mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix build
This commit is contained in:
parent
4f321973ac
commit
dfdb7107dd
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ if (APPLE)
|
|||
elseif (WIN32)
|
||||
add_subdirectory(launcher/windows)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} dbghelp comctl32 uxtheme Winmm)
|
||||
target_link_libraries(${PROJECT_NAME} dbghelp comctl32 uxtheme winmm)
|
||||
|
||||
target_compile_definitions(${PROJECT_NAME} PUBLIC ISOLATION_AWARE_ENABLED=1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue