Files
CMake/Tests/RunCMake/TargetObjects/NotObjlibTarget.cmake
Robert Maynard ce078dda79 Relax the usage of TARGET_OBJECTS generator expression
The geneator expression can now be used with static, shared, and
module libraries and executables.
2019-04-19 13:52:50 -04:00

4 lines
131 B
CMake

add_library(IFaceLib INTERFACE )
file(GENERATE OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/test_output CONTENT $<TARGET_OBJECTS:IFaceLib>)