Rearrange files in the project.

This commit is contained in:
Krad
2022-03-03 16:12:28 +08:00
parent b68791ac6f
commit 1aae083cdc
82 changed files with 42 additions and 49 deletions

View File

@@ -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
)