mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fix missing include folder for resource compiler
This commit is contained in:
parent
72c16b187d
commit
fd5f8106a5
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ endmacro ()
|
|||
|
||||
# Define directories containing the library's public headers
|
||||
set(PUBLIC_INCLUDE_DIRS ${LIBRARY_DIR})
|
||||
|
||||
set(CMAKE_RC_FLAGS "${CMAKE_RC_FLAGS} /I ${LIBRARY_DIR}")
|
||||
# Split project to static and shared libraries build
|
||||
set(library_targets)
|
||||
if (ZSTD_BUILD_SHARED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue