diff options
Diffstat (limited to 'test/common/CMakeLists.txt')
-rw-r--r-- | test/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common/CMakeLists.txt b/test/common/CMakeLists.txt index 730607d2..810c68d5 100644 --- a/test/common/CMakeLists.txt +++ b/test/common/CMakeLists.txt @@ -1,5 +1,6 @@ add_executable(cru_base_test HandlerRegistryTest.cpp + PropertyTreeTest.cpp StringTest.cpp StringUtilTest.cpp ) |