mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Fix asset build on Windows
This commit is contained in:
parent
af642ff021
commit
0c672329da
@ -706,6 +706,9 @@ if (MSVC)
|
||||
if (TARGET isle-config)
|
||||
target_compile_options(isle-config PRIVATE "-Zc:__cplusplus")
|
||||
endif()
|
||||
if (TARGET asset_generator)
|
||||
target_compile_options(asset_generator PRIVATE "-Zc:__cplusplus")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user