cmake/Tests/RunCMake/install/EXPORT-UnknownExport.cmake

6 lines
96 B
CMake
Raw Normal View History

2021-09-14 00:13:48 +02:00
enable_language(C)
install(EXPORT fooExport
DESTINATION "lib/cmake/"
FILE "foo.cmake"
)