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

6 lines
186 B
CMake
Raw Normal View History

2013-07-07 22:10:29 +02:00
add_executable(datadump 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( datadump rwengine )
2013-06-30 01:05:04 +02:00
install(TARGETS datadump RUNTIME DESTINATION bin)