aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demos/CMakeLists.txt4
-rw-r--r--vcpkg.json3
2 files changed, 4 insertions, 3 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index cb9d3f6e..f6a05cd9 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -12,7 +12,9 @@ elseif(APPLE)
add_subdirectory(scroll_view)
add_subdirectory(input_method)
- add_subdirectory(graphics_experiments)
elseif(UNIX)
add_subdirectory(xcb)
endif()
+
+if (CRU_BUILD_GRAPHICS_EXPERIMENTS)
+ add_subdirectory(graphics_experiments)
diff --git a/vcpkg.json b/vcpkg.json
index b0a2acd5..a2bb1f4c 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -4,7 +4,6 @@
"version": "0.0.1",
"dependencies": [
"ms-gsl",
- "gtest",
- "dlib"
+ "gtest"
]
}