Skip to content

Commit 436fd52

Browse files
committed
Fix include dirs in SOIL2 library
1 parent bc9937f commit 436fd52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vendor/SOIL2/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ add_library(SOIL2 OBJECT
2222
)
2323

2424
target_include_directories(SOIL2
25-
PUBLIC
25+
PRIVATE
2626
"."
27+
PUBLIC
28+
"${CMAKE_CURRENT_SOURCE_DIR}/.."
2729
)
2830

2931
target_link_libraries(SOIL2

0 commit comments

Comments
 (0)