edit project structure

This commit is contained in:
arcan1s
2014-08-05 20:53:55 +04:00
parent 8c0226c9db
commit 297a18d530
15 changed files with 55 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# set files
file (GLOB SOURCES *.cpp)
file (GLOB HEADERS ${SUBPROJECT_INCLUDE_DIR}/${SUBPROJECT}/*.h)
set (HEADERS ${HEADERS} ${CMAKE_SOURCE_DIR}/task.h)
file (GLOB HEADERS *.h)
# set (HEADERS ${HEADERS} ${CMAKE_CURRENT_SOURCE_DIR}/task.h)
# include_path
include_directories (${SUBPROJECT_INCLUDE_DIR}