Remove unnecessary CMake modules and fixup os/CMakeLists.txt

Signed-off-by: Jeroen Koekkoek <jeroen@koekkoek.nl>
This commit is contained in:
Jeroen Koekkoek 2018-12-20 16:26:15 +01:00
parent 1990007614
commit e25656a4c5
39 changed files with 406 additions and 210 deletions

View file

@ -9,10 +9,11 @@
#
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
#
find_package(Abstraction REQUIRED)
add_executable(ddsls ddsls.c)
target_link_libraries(ddsls ddsc OSAPI)
if(WIN32)
target_compile_definitions(ddsls PRIVATE _CRT_SECURE_NO_WARNINGS)
endif()
install(
TARGETS ddsls