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

8 lines
202 B
CMake
Raw Normal View History

add_executable(analyzer main.cpp)
2014-02-28 08:24:20 +01:00
include_directories(${CMAKE_SOURCE_DIR}/rwengine/include)
2014-01-26 04:45:55 +01:00
target_link_libraries( analyzer rwengine sfml-graphics )
install(TARGETS analyzer RUNTIME DESTINATION bin)