7 lines
242 B
Plaintext
7 lines
242 B
Plaintext
#----------------------------------------------------------------------------
|
|
# Add program to the project targets
|
|
# (this avoids the need of typing the program name after make)
|
|
#
|
|
add_custom_target(EXAMPLE_NAME DEPENDS EXAMPLE_PROGRAM_NAME)
|
|
|