mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:16:43 +08:00
7eea85be25
* create kd-saop port Committer: PETITGENET AMBROISE <apetitgenet@free.fr> * [kd-soap] remove extra comments
13 lines
355 B
Diff
13 lines
355 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()
|