CMake/Tests/RunCMake/export/CustomTarget.cmake

3 lines
81 B
CMake

add_custom_target(CustomTarget)
export(TARGETS CustomTarget FILE somefile.cmake)