6 lines
96 B
CMake
6 lines
96 B
CMake
enable_language(C)
|
|
install(EXPORT fooExport
|
|
DESTINATION "lib/cmake/"
|
|
FILE "foo.cmake"
|
|
)
|