Rearrange files in the project.
This commit is contained in:
@@ -11,18 +11,11 @@ file(GLOB_RECURSE project_cxx src/*.cxx)
|
||||
file(GLOB_RECURSE project_cc src/*.cc)
|
||||
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_SOURCE_DIR}/src/include
|
||||
${CMAKE_SOURCE_DIR}/src/include/base
|
||||
${CMAKE_SOURCE_DIR}/src/include/callback
|
||||
${CMAKE_SOURCE_DIR}/src/include/dialog
|
||||
${CMAKE_SOURCE_DIR}/src/include/export
|
||||
${CMAKE_SOURCE_DIR}/src/include/global
|
||||
${CMAKE_SOURCE_DIR}/src/include/measure
|
||||
${CMAKE_SOURCE_DIR}/src/include/view
|
||||
${CMAKE_SOURCE_DIR}/src/include/view/subview
|
||||
${CMAKE_SOURCE_DIR}/src/include/cine
|
||||
${CMAKE_SOURCE_DIR}/src/include/util
|
||||
./src/src/
|
||||
./src/src/base
|
||||
./src/src/global
|
||||
./src/src/view
|
||||
./src/src/view/subview
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user