
The geneator expression can now be used with static, shared, and module libraries and executables.
3 lines
87 B
CMake
3 lines
87 B
CMake
add_library(NotObjLib INTERFACE)
|
|
add_library(A STATIC a.c $<TARGET_OBJECTS:NotObjLib>)
|