mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-02 00:42:33 +01:00
6 lines
77 B
CMake
6 lines
77 B
CMake
|
project(gtfw)
|
||
|
|
||
|
SET(CMAKE_CXX_FLAGS "-std=c++11")
|
||
|
|
||
|
add_subdirectory(datadump)
|