5 lines
146 B
CMake
5 lines
146 B
CMake
file(WRITE "${CMAKE_BINARY_DIR}/CPackSourceConfig.cmake" "")
|
|
add_custom_target(test)
|
|
add_custom_target(package)
|
|
add_custom_target(package_source)
|