File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,18 @@ include_directories(${STORM_EXTERN_RENDERING_DIR}/bgfx/examples/common
56
56
${WEBGPU_INCLUDES} )
57
57
58
58
# Build system specific configurations
59
- if ( MSVC )
60
- include_directories ($< BUILD_INTERFACE:${BX_DIR} /include/compat/msvc>
61
- $< INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} /compat/msvc> )
62
- elseif ( MINGW )
63
- include_directories ($< BUILD_INTERFACE:${BX_DIR} /include/compat/mingw>
64
- $< INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} /compat/mingw> )
59
+ if ( MINGW )
60
+ include_directories (
61
+ $< BUILD_INTERFACE:${STORM_EXTERN_RENDERING_DIR} /bx/include/compat/mingw>
62
+ $< INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} /compat/mingw> )
63
+ elseif ( WIN32 )
64
+ include_directories (
65
+ $< BUILD_INTERFACE:${STORM_EXTERN_RENDERING_DIR} /bx/include/compat/msvc>
66
+ $< INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} /compat/msvc> )
65
67
elseif ( APPLE )
66
- include_directories ($< BUILD_INTERFACE:${BX_DIR} /include/compat/osx>
67
- $< INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} /compat/osx> )
68
+ include_directories (
69
+ $< BUILD_INTERFACE:${STORM_EXTERN_RENDERING_DIR} /bx/include/compat/osx>
70
+ $< INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} /compat/osx> )
68
71
endif ()
69
72
70
73
include_directories ()
You can’t perform that action at this time.
0 commit comments