CMakeLists.txt 91 B

12
  1. add_library(a OBJECT classa.cpp)
  2. target_compile_features(a PRIVATE ${QT_COMPILE_FEATURES})