1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 11:22:45 +01:00
openrw/CMakeLists.txt

12 lines
199 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 2.8)
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)
add_subdirectory(framework2)
add_subdirectory(analyzer)