1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-18 16:32:32 +02:00
openrw/CMakeLists.txt
2013-07-01 02:40:23 +02:00

7 lines
102 B
CMake

project(gtfw)
SET(CMAKE_CXX_FLAGS "-std=c++11")
add_subdirectory(datadump)
add_subdirectory(viewer)