mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-02-17 13:18:08 +01:00
Added ImGui include dir
This commit is contained in:
parent
86d74c7a05
commit
71afa0daf6
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ target_include_directories(${LIB_STEAM_API}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
${PROTOBUF_INCLUDE_DIRS}
|
${PROTOBUF_INCLUDE_DIRS}
|
||||||
${CMAKE_CURRENT_BINARY_DIR}
|
${CMAKE_CURRENT_BINARY_DIR}
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/ImGui
|
||||||
)
|
)
|
||||||
|
|
||||||
# Link the required libraries
|
# Link the required libraries
|
||||||
|
|
Loading…
Reference in a new issue