From 82233dcacf32f5af06423780f3b4deea909c7c1d Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Mon, 12 Mar 2018 16:15:08 +0100 Subject: [PATCH] update --- CMakeLists.txt | 3 +-- src/CMakeLists.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2081c7b..868f2d3 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 2.6) PROJECT(dawn) -ADD_SUBDIRECTORY(src) - +ADD_SUBDIRECTORY(src) \ No newline at end of file diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b1b4545..925f9ca 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -49,5 +49,4 @@ ADD_EXECUTABLE(dawn ${SOURCES} utils/dawn_uci.c include/dawn_uci.h) TARGET_LINK_LIBRARIES(dawn ${LIBS}) INSTALL(TARGETS dawn - RUNTIME DESTINATION /usr/bin/ - ) \ No newline at end of file + RUNTIME DESTINATION /usr/bin/) \ No newline at end of file