Include SDL2MAIN_LIBRARY in build

This should prevent manual intervention when building in MSVC17
This commit is contained in:
Linus Probert 2018-02-22 13:12:59 +01:00
parent d7020f1547
commit 4f75378a73
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ add_executable(breakhack
target_link_libraries(breakhack
${LUA_LIBRARY}
${SDL2_LIBRARY}
${SDL2MAIN_LIBRARY}
${SDL2_IMAGE_LIBRARY}
${SDL2_TTF_LIBRARY}
${SDL2_MIXER_LIBRARY}