Skip to content
Snippets Groups Projects
Commit 6db8f2be authored by armatusmiles's avatar armatusmiles
Browse files

[+] Check if exists submodule libdap-test

parent 10ee49ab
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,10 @@ add_definitions ("-D_GNU_SOURCE") ...@@ -6,8 +6,10 @@ add_definitions ("-D_GNU_SOURCE")
set(CMAKE_C_FLAGS "-std=c11 -Wall -Wextra") set(CMAKE_C_FLAGS "-std=c11 -Wall -Wextra")
enable_testing() if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/libdap-test/CMakeLists.txt")
enable_testing()
add_subdirectory(test)
endif()
add_subdirectory(core) add_subdirectory(core)
add_subdirectory(crypto) add_subdirectory(crypto)
add_subdirectory(test)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment