You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
231 B
8 lines
231 B
10 years ago
|
add_executable(mytest test.cpp)
|
||
|
|
||
|
file(GENERATE OUTPUT runtest_info.cmake CONTENT [[
|
||
|
set(EXPECTED_MYTEST_NAME "$<TARGET_FILE_NAME:mytest>")
|
||
|
]])
|
||
|
|
||
|
set_property(INSTALL $<TARGET_FILE_NAME:mytest> PROPERTY CPACK_TEST_PROP2 PROP_VALUE2)
|