3 lines
91 B
CMake
3 lines
91 B
CMake
|
enable_language(CXX)
|
||
|
export(EXPORT fooExport FILE "${CMAKE_CURRENT_BINARY_DIR}/foo.cmake")
|