diff --git a/CMakeLists.txt b/CMakeLists.txt index 3dbfc91..853786b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,8 @@ install(FILES ${CMAKE_BINARY_DIR}/GPUIConfig.cmake DESTINATION lib/gpui) # export the GPUI package export(PACKAGE GPUI) +option(GPUI_BUILD_TESTS "Build the gpui tests." OFF) + add_subdirectory(src) enable_testing()