mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-30 04:44:26 +00:00
The geneator expression can now be used with static, shared, and module libraries and executables.
4 lines
131 B
CMake
4 lines
131 B
CMake
add_library(IFaceLib INTERFACE )
|
|
|
|
file(GENERATE OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/test_output CONTENT $<TARGET_OBJECTS:IFaceLib>)
|