diff options
Diffstat (limited to 'test/platform/CMakeLists.txt')
-rw-r--r-- | test/platform/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt index 394aa247..6a00ff21 100644 --- a/test/platform/CMakeLists.txt +++ b/test/platform/CMakeLists.txt @@ -4,6 +4,8 @@ add_executable(CruPlatformBaseTest ) target_link_libraries(CruPlatformBaseTest PRIVATE CruPlatformBase CruTestBase) +add_subdirectory(graphics) + if (WIN32) add_subdirectory(graphics/direct2d) endif() |