Skip to content

Commit

Permalink
Forgot to include a folder for uwebsocket in win
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Mar 11, 2018
1 parent ea2c2db commit 37d43cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions StepmaniaCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ if(WIN32)
include_directories(${SM_EXTERN_DIR}/LuaJIT/include)

include_directories(${SM_EXTERN_DIR}/uWebSocket/include)
include_directories(${SM_EXTERN_DIR}/uWebSocket/includelibs)
link_libraries(${SM_EXTERN_DIR}/uWebSocket/uWS.lib)
link_libraries(${SM_EXTERN_DIR}/uWebSocket/libeay32.lib)
link_libraries(${SM_EXTERN_DIR}/uWebSocket/ssleay32.lib)
Expand Down

0 comments on commit 37d43cd

Please sign in to comment.