mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
3 lines
91 B
CMake
3 lines
91 B
CMake
add_library(a OBJECT classa.cpp)
|
|
target_compile_features(a PRIVATE ${QT_COMPILE_FEATURES})
|