6 lines
170 B
CMake
6 lines
170 B
CMake
cmake_policy(SET CMP0037 NEW)
|
|
file(WRITE "${CMAKE_BINARY_DIR}/CPackConfig.cmake" "")
|
|
add_custom_target(test)
|
|
add_custom_target(package)
|
|
add_custom_target(package_source)
|