mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
7 lines
105 B
CMake
7 lines
105 B
CMake
project(gtfw)
|
|
|
|
SET(CMAKE_CXX_FLAGS "-g -std=c++11")
|
|
|
|
add_subdirectory(datadump)
|
|
add_subdirectory(viewer)
|