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