Skip to content

Commit

Permalink
fixed linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
vansweej committed Sep 14, 2019
1 parent ef8f7ed commit bdef8e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ add_library(${PROJECT_NAME}
hrtftable.cpp
)

target_link_libraries(${PROJECT_NAME} PUBLIC winmm.lib )
if(WIN32)
target_link_libraries(${PROJECT_NAME} PUBLIC winmm.lib )
endif(WIN32)

0 comments on commit bdef8e1

Please sign in to comment.