mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
8 lines
202 B
CMake
8 lines
202 B
CMake
add_executable(analyzer main.cpp)
|
|
|
|
include_directories(${CMAKE_SOURCE_DIR}/rwengine/include)
|
|
|
|
target_link_libraries( analyzer rwengine sfml-graphics )
|
|
|
|
install(TARGETS analyzer RUNTIME DESTINATION bin)
|