blob: d2ba6e85d001ed1ac8d8d46570fb62cfca002916 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- CMakeLists.txt.orig 2021-04-12 16:09:58 UTC
+++ CMakeLists.txt
@@ -58,7 +58,7 @@ if(HAVE_OPEN_MEMSTREAM)
endif()
# Configure the library source
-add_subdirectory(src)
+#add_subdirectory(src)
# Configure the headers
add_subdirectory(include)
@@ -72,11 +72,11 @@ if(LIBPOLY_BUILD_PYTHON_API)
add_subdirectory(python)
# Configure the Python tests
- add_subdirectory(test/python)
+ #add_subdirectory(test/python)
endif()
# Configure the C++ tests
enable_testing()
-add_subdirectory(test/polyxx)
+#add_subdirectory(test/polyxx)
|