fix: quote include directory for resource compiler

This commit is contained in:
luau-project
2025-01-27 15:18:55 -03:00
parent 6cd4204ee3
commit be1bf2469e
+1 -1
View File
@@ -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}")
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)