From 1bfaf715626987d1b733c518bc448bb56f353da6 Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Wed, 22 Jun 2016 23:15:11 +0200 Subject: [PATCH] scripttool: Replace SFML by SDL2 --- scripttool/CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripttool/CMakeLists.txt b/scripttool/CMakeLists.txt index 9893ae88..ac924240 100644 --- a/scripttool/CMakeLists.txt +++ b/scripttool/CMakeLists.txt @@ -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)