changes in the build system

This commit is contained in:
arcan1s
2014-01-31 02:34:59 +04:00
parent 35199f160b
commit af6b45ae3c
7 changed files with 26 additions and 8 deletions

View File

@ -1,5 +1,7 @@
# set project name
set (SUBPROJECT netctl-gui)
message (STATUS "Subproject ${SUBPROJECT}")
# set directories
set (SUBPROJECT_BINARY_DIR bin)
set (SUBPROJECT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)