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 05:31:42 +02:00

7 lines
105 B
CMake

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