Skip to content

Commit 185b4fd

Browse files
committed
Add GameEngine Include directory to DataChunkConverter include paths
1 parent 906fd42 commit 185b4fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Generals/Code/Tools/DataChunkConverter/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if (NOT IS_VS6_BUILD)
77
)
88

99
target_include_directories(g_datachunkconverter PRIVATE
10+
${CMAKE_CURRENT_SOURCE_DIR}/../../GameEngine/Include
1011
${CMAKE_CURRENT_SOURCE_DIR}/../../GameEngine/Include/Precompiled
1112
)
1213

GeneralsMD/Code/Tools/DataChunkConverter/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if (NOT IS_VS6_BUILD)
77
)
88

99
target_include_directories(z_datachunkconverter PRIVATE
10+
${CMAKE_CURRENT_SOURCE_DIR}/../../GameEngine/Include
1011
${CMAKE_CURRENT_SOURCE_DIR}/../../GameEngine/Include/Precompiled
1112
)
1213

0 commit comments

Comments
 (0)