1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 19:32:49 +01:00
openrw/analyzer/CMakeLists.txt

8 lines
189 B
CMake
Raw Normal View History

add_executable(analyzer main.cpp)
include_directories(../framework2/include)
target_link_libraries( analyzer renderware sfml-graphics )
install(TARGETS analyzer RUNTIME DESTINATION bin)