diff options
Diffstat (limited to 'test/platform/CMakeLists.txt')
-rw-r--r-- | test/platform/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt index 9ad8fb51..9414e2b8 100644 --- a/test/platform/CMakeLists.txt +++ b/test/platform/CMakeLists.txt @@ -1,4 +1,5 @@ add_executable(cru_platform_base_test + ColorTest.cpp MatrixTest.cpp ) target_link_libraries(cru_platform_base_test PRIVATE cru_platform_base cru_test_base) |