1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-02 00:42:33 +01:00

scripttool: Replace SFML by SDL2

This commit is contained in:
Jannik Vogel 2016-06-22 23:15:11 +02:00
parent 93f7a403fb
commit 1bfaf71562

View File

@ -5,10 +5,8 @@ include_directories(${CMAKE_SOURCE_DIR}/rwengine/include)
target_link_libraries(${SCRIPTTOOL}
rwengine
sfml-graphics
sfml-window
sfml-system
${OPENGL_LIBRARIES}
${BULLET_LIBRARIES})
${BULLET_LIBRARIES}
${SDL2_LIBRARIES})
install(TARGETS ${SCRIPTTOOL} RUNTIME DESTINATION bin)