1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 03:12:36 +01:00
openrw/datadump/CMakeLists.txt
2013-07-07 21:10:29 +01:00

6 lines
173 B
CMake

add_executable(datadump main.cpp)
include_directories(../framework2/include)
target_link_libraries( datadump renderware )
install(TARGETS datadump RUNTIME DESTINATION bin)