1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-04 16:17:17 +02:00
openrw/datadump/CMakeLists.txt
2014-02-28 07:24:20 +00:00

6 lines
186 B
CMake

add_executable(datadump main.cpp)
include_directories(${CMAKE_SOURCE_DIR}/rwengine/include)
target_link_libraries( datadump rwengine )
install(TARGETS datadump RUNTIME DESTINATION bin)