1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00
openrw/CMakeLists.txt

7 lines
105 B
CMake
Raw Normal View History

2013-06-30 01:05:04 +02:00
project(gtfw)
2013-07-01 05:31:42 +02:00
SET(CMAKE_CXX_FLAGS "-g -std=c++11")
2013-06-30 01:05:04 +02:00
add_subdirectory(datadump)
add_subdirectory(viewer)