5 lines
108 B
CMake
5 lines
108 B
CMake
|
|
add_library("lib:colon" empty.cpp)
|
|
add_executable("exe:colon" empty.cpp)
|
|
add_custom_target("custom:colon")
|