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:
parent
93f7a403fb
commit
1bfaf71562
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user