NotObjlibTarget.cmake 104 B

123
  1. add_library(StaticLib empty.cpp)
  2. file(GENERATE OUTPUT test_output CONTENT $<TARGET_OBJECTS:StaticLib>)