mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 21:29:28 +00:00
Add forgotten include path for CLI11.
This commit is contained in:
parent
84e111290f
commit
de8d6487f9
@ -84,6 +84,7 @@ include_directories("${PROJECT_SOURCE_DIR}" "${PROJECT_SOURCE_DIR}/devices"
|
|||||||
"${PROJECT_SOURCE_DIR}/debugger"
|
"${PROJECT_SOURCE_DIR}/debugger"
|
||||||
"${PROJECT_SOURCE_DIR}/utils"
|
"${PROJECT_SOURCE_DIR}/utils"
|
||||||
"${PROJECT_SOURCE_DIR}/thirdparty/loguru/"
|
"${PROJECT_SOURCE_DIR}/thirdparty/loguru/"
|
||||||
|
"${PROJECT_SOURCE_DIR}/thirdparty/CLI11/"
|
||||||
# ${SDL2_INCLUDE_DIRS})
|
# ${SDL2_INCLUDE_DIRS})
|
||||||
"${PROJECT_SOURCE_DIR}/thirdparty/SDL2/")
|
"${PROJECT_SOURCE_DIR}/thirdparty/SDL2/")
|
||||||
# "${PROJECT_SOURCE_DIR}/thirdparty/cubeb/include")
|
# "${PROJECT_SOURCE_DIR}/thirdparty/cubeb/include")
|
||||||
|
Loading…
Reference in New Issue
Block a user