diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-08-10 17:16:16 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-08-10 21:15:48 (GMT) |
commit | 15ef27286ade97a49f6832254d3451755a824fb8 (patch) | |
tree | 5c37dab5bfe7817f9ce9738e93394cefffac0fb8 /Tests/QtAutogen/CMakeLists.txt | |
parent | 362f9bd755c7b964184db38d1fb2217ded70af63 (diff) | |
download | CMake-15ef27286ade97a49f6832254d3451755a824fb8.zip CMake-15ef27286ade97a49f6832254d3451755a824fb8.tar.gz CMake-15ef27286ade97a49f6832254d3451755a824fb8.tar.bz2 |
Autogen: Add test for OBJECT libraries
Diffstat (limited to 'Tests/QtAutogen/CMakeLists.txt')
-rw-r--r-- | Tests/QtAutogen/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/QtAutogen/CMakeLists.txt b/Tests/QtAutogen/CMakeLists.txt index 5064d26..198bf63 100644 --- a/Tests/QtAutogen/CMakeLists.txt +++ b/Tests/QtAutogen/CMakeLists.txt @@ -193,5 +193,9 @@ endif() add_subdirectory(uicInclude) # -- Test +# OBJECT libraries +add_subdirectory(objectLibrary) + +# -- Test # Complex test case add_subdirectory(complex) |