mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
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)
|