cmake/Tests/RunCMake/export/CustomTarget.cmake

3 lines
81 B
CMake
Raw Normal View History

2015-11-17 17:22:37 +01:00
add_custom_target(CustomTarget)
export(TARGETS CustomTarget FILE somefile.cmake)