Skip to content

Commit

Permalink
compositor: make test configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Aug 9, 2023
1 parent 0965eb9 commit ea71ab4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Compositor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ add_subdirectory(lib)

add_library(platform::implementation ALIAS ${PLATFORM_COMPOSITOR})

add_subdirectory(test)
option(BUILD_COMPOSITOR_TEST "Build compositor test" OFF)
if (BUILD_COMPOSITOR_TEST)
add_subdirectory(test)
endif()

write_config()

0 comments on commit ea71ab4

Please sign in to comment.