mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-07 07:03:48 +00:00
Clean up some Windows collateral linkages
This commit is contained in:
parent
aa7fce3801
commit
bb7728129e
@ -47,7 +47,7 @@ if(WIN32)
|
|||||||
|
|
||||||
list(APPEND _BOO_SYS_DEFINES -DUNICODE -D_UNICODE)
|
list(APPEND _BOO_SYS_DEFINES -DUNICODE -D_UNICODE)
|
||||||
|
|
||||||
list(APPEND _BOO_SYS_LIBS Winusb opengl32 Setupapi Imm32 Winmm)
|
list(APPEND _BOO_SYS_LIBS Winusb opengl32 Setupapi Imm32 Winmm Shlwapi)
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
list(APPEND PLAT_SRCS
|
list(APPEND PLAT_SRCS
|
||||||
lib/mac/ApplicationCocoa.mm
|
lib/mac/ApplicationCocoa.mm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user