mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06: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>)
|