3 lines
79 B
CMake
3 lines
79 B
CMake
|
set(CMAKE_SKIP_INSTALL_RULES ON)
|
||
|
install(FILES CMakeLists.txt DESTINATION src)
|