mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
6 lines
173 B
CMake
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)
|