Merge pull request #4019 from b7f7/fix_cmake_rc_build
fix missing include folder for resource compiler
This commit is contained in:
@@ -118,7 +118,7 @@ endmacro ()
|
|||||||
|
|
||||||
# Define directories containing the library's public headers
|
# Define directories containing the library's public headers
|
||||||
set(PUBLIC_INCLUDE_DIRS ${LIBRARY_DIR})
|
set(PUBLIC_INCLUDE_DIRS ${LIBRARY_DIR})
|
||||||
|
set(CMAKE_RC_FLAGS "${CMAKE_RC_FLAGS} /I ${LIBRARY_DIR}")
|
||||||
# Split project to static and shared libraries build
|
# Split project to static and shared libraries build
|
||||||
set(library_targets)
|
set(library_targets)
|
||||||
if (ZSTD_BUILD_SHARED)
|
if (ZSTD_BUILD_SHARED)
|
||||||
|
|||||||
Reference in New Issue
Block a user