[CMake] creating custom make targets

Aaron Turner synfinatic at gmail.com
Wed Feb 18 19:30:47 EST 2009


On Wed, Feb 18, 2009 at 3:40 PM, Matthew Woehlke
<mw_triad at users.sourceforge.net> wrote:
> Aaron Turner wrote:
>>
>> Basically, I'm looking for a way to create a new make target
>> "test_standard" and associate create_custom_target()'s to it.
>
> I assume you mean add_custom_target.
>
>> Suggestions?
>
> Use add_custom_command(TARGET test_standard [...]) (and also
> add_dependencies as needed)? What doesn't work?



More information about the CMake mailing list