Skip to content

Commit da797d0

Browse files
authored
Merge pull request #4019 from b7f7/fix_cmake_rc_build
fix missing include folder for resource compiler
2 parents fb5a5e4 + fd5f810 commit da797d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/cmake/lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ endmacro ()
118118

119119
# Define directories containing the library's public headers
120120
set(PUBLIC_INCLUDE_DIRS ${LIBRARY_DIR})
121-
121+
set(CMAKE_RC_FLAGS "${CMAKE_RC_FLAGS} /I ${LIBRARY_DIR}")
122122
# Split project to static and shared libraries build
123123
set(library_targets)
124124
if (ZSTD_BUILD_SHARED)

0 commit comments

Comments
 (0)