This commit is contained in:
PolynomialDivision 2018-03-12 16:15:08 +01:00
parent 3d843ed19f
commit 82233dcacf
2 changed files with 2 additions and 4 deletions

View file

@ -2,4 +2,3 @@ cmake_minimum_required(VERSION 2.6)
PROJECT(dawn)
ADD_SUBDIRECTORY(src)

View file

@ -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/
)
RUNTIME DESTINATION /usr/bin/)