Include SDL2MAIN_LIBRARY in build
This should prevent manual intervention when building in MSVC17
This commit is contained in:
parent
d7020f1547
commit
4f75378a73
|
@ -98,6 +98,7 @@ add_executable(breakhack
|
||||||
target_link_libraries(breakhack
|
target_link_libraries(breakhack
|
||||||
${LUA_LIBRARY}
|
${LUA_LIBRARY}
|
||||||
${SDL2_LIBRARY}
|
${SDL2_LIBRARY}
|
||||||
|
${SDL2MAIN_LIBRARY}
|
||||||
${SDL2_IMAGE_LIBRARY}
|
${SDL2_IMAGE_LIBRARY}
|
||||||
${SDL2_TTF_LIBRARY}
|
${SDL2_TTF_LIBRARY}
|
||||||
${SDL2_MIXER_LIBRARY}
|
${SDL2_MIXER_LIBRARY}
|
||||||
|
|
Loading…
Reference in New Issue