3 lines
81 B
CMake
3 lines
81 B
CMake
|
add_custom_target(CustomTarget)
|
||
|
export(TARGETS CustomTarget FILE somefile.cmake)
|