1
0
mirror of https://github.com/OpenTrespasser/JurassicParkTrespasser.git synced 2024-12-20 23:51:58 +00:00

PhysicsTest/CMakeLists.txt: add Windows libraries to linker input

This commit is contained in:
Michael 2020-04-08 21:29:42 +02:00
parent f1cae2e29c
commit 3dccc8d8e1

View File

@ -43,4 +43,9 @@ target_link_libraries(${PROJECT_NAME}
WinShell
lz32
winmm
ddraw
dxguid
dsound
)