Skip to content
Snippets Groups Projects
Commit 0e79b2d0 authored by Anatolii Kurotych's avatar Anatolii Kurotych
Browse files

[*] Fix build error

parent d2ce2144
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.1)
project (dap_udp_server C)
if(NOT ${SUBMODULES_NO_BUILD} MATCHES ON)
if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
add_subdirectory(libdap-server-core)
endif()
if(BUILD_DAP_UDP_SERVER_TESTS)
enable_testing()
add_subdirectory(test)
endif()
......
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