Tidy up some xml structures.
This commit is contained in:
parent
875cdc84ff
commit
8771b721d1
31 changed files with 885 additions and 563 deletions
|
@ -4,6 +4,8 @@ list(APPEND core_LIB_INCLUDES
|
|||
CommandLineArgs.cpp
|
||||
loggers/FileLogger.cpp
|
||||
file_utilities/BinaryFile.cpp
|
||||
file_utilities/File.cpp
|
||||
file_utilities/FileFormats.cpp
|
||||
StringUtils.cpp
|
||||
http/HttpResponse.cpp)
|
||||
|
||||
|
@ -12,4 +14,6 @@ add_library(core SHARED ${core_LIB_INCLUDES})
|
|||
|
||||
target_include_directories(core PUBLIC
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/file_utilities"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/loggers"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue