You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
422 B
15 lines
422 B
Index: CMakeLists.txt |
|
--- CMakeLists.txt.orig 2018-01-21 00:31:00.000000000 +0100 |
|
+++ CMakeLists.txt 2018-01-21 00:43:02.311755000 +0100 |
|
@@ -28,11 +28,7 @@ |
|
# Uncomment next line to compile without using C++11 |
|
#add_definitions(-D__Cpp11__) |
|
|
|
-add_subdirectory(tinyxml2) |
|
add_subdirectory(opennn) |
|
include_directories(opennn) |
|
-add_subdirectory(examples) |
|
-add_subdirectory(blank) |
|
-add_subdirectory(tests) |
|
|
|
include(CPack)
|
|
|