mirror of https://github.com/AxioDL/boo.git
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_LIBS Winusb opengl32 Setupapi Imm32 Winmm)
|
||||
list(APPEND _BOO_SYS_LIBS Winusb opengl32 Setupapi Imm32 Winmm Shlwapi)
|
||||
elseif(APPLE)
|
||||
list(APPEND PLAT_SRCS
|
||||
lib/mac/ApplicationCocoa.mm
|
||||
|
|
Loading…
Reference in New Issue