mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
13 lines
343 B
Diff
13 lines
343 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index c3c824e..d7a1cce 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -168,6 +168,6 @@ if(${PROJECT_NAME}_IS_ROOT_PROJECT)
|
|
enable_testing()
|
|
add_subdirectory(testtools)
|
|
add_subdirectory(unittests)
|
|
+ add_subdirectory(examples)
|
|
endif()
|
|
- add_subdirectory(examples)
|
|
endif()
|