vcpkg/ports/kd-soap/kd-saop.patch
Ambroise Petitgenêt 7eea85be25 [kdsoap] add package (#5750)
* create kd-saop port

Committer: PETITGENET AMBROISE <apetitgenet@free.fr>

* [kd-soap] remove extra comments
2019-03-22 00:00:55 -07:00

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()