Tidy up some xml structures.
This commit is contained in:
parent
875cdc84ff
commit
8771b721d1
31 changed files with 885 additions and 563 deletions
|
@ -3,6 +3,8 @@ list(APPEND console_LIB_INCLUDES MainApplication.cpp)
|
|||
add_library(console SHARED ${console_LIB_INCLUDES})
|
||||
|
||||
target_include_directories(console PUBLIC
|
||||
"${PROJECT_SOURCE_DIR}/src/core/"
|
||||
"${PROJECT_SOURCE_DIR}/src/core/file_utilities"
|
||||
"${PROJECT_SOURCE_DIR}/src/core/loggers"
|
||||
"${PROJECT_SOURCE_DIR}/src/database"
|
||||
"${PROJECT_SOURCE_DIR}/src/database/database_interfaces"
|
||||
|
@ -11,4 +13,5 @@ target_include_directories(console PUBLIC
|
|||
"${PROJECT_SOURCE_DIR}/src/audio"
|
||||
"${PROJECT_SOURCE_DIR}/src/audio/midi"
|
||||
"${PROJECT_SOURCE_DIR}/src/audio/audio_interfaces"
|
||||
"${PROJECT_SOURCE_DIR}/src/web"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue