summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/objectLibrary/a/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-08-10 17:16:16 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-08-10 21:15:48 (GMT)
commit15ef27286ade97a49f6832254d3451755a824fb8 (patch)
tree5c37dab5bfe7817f9ce9738e93394cefffac0fb8 /Tests/QtAutogen/objectLibrary/a/CMakeLists.txt
parent362f9bd755c7b964184db38d1fb2217ded70af63 (diff)
downloadCMake-15ef27286ade97a49f6832254d3451755a824fb8.zip
CMake-15ef27286ade97a49f6832254d3451755a824fb8.tar.gz
CMake-15ef27286ade97a49f6832254d3451755a824fb8.tar.bz2
Autogen: Add test for OBJECT libraries
Diffstat (limited to 'Tests/QtAutogen/objectLibrary/a/CMakeLists.txt')
-rw-r--r--Tests/QtAutogen/objectLibrary/a/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/QtAutogen/objectLibrary/a/CMakeLists.txt b/Tests/QtAutogen/objectLibrary/a/CMakeLists.txt
new file mode 100644
index 0000000..fe76ac3
--- /dev/null
+++ b/Tests/QtAutogen/objectLibrary/a/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_library(a OBJECT classa.cpp)
+target_compile_features(a PRIVATE ${QT_COMPILE_FEATURES})