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
254 B
8 lines
254 B
8 years ago
|
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/main.cpp"
|
||
|
"int main() {return 0;}\n")
|
||
|
add_executable(test_prog "${CMAKE_CURRENT_BINARY_DIR}/main.cpp")
|
||
|
|
||
|
install(TARGETS test_prog DESTINATION foo COMPONENT applications)
|
||
|
|
||
|
set(CPACK_RPM_FILE_NAME "RPM-DEFAULT")
|