1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-19 08:52:33 +02:00
openrw/CMakeLists.txt

15 lines
278 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 2.8)
2014-01-26 04:45:55 +01:00
project(OpenRW)
2013-06-30 01:05:04 +02:00
2013-10-02 14:49:45 +02:00
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -std=c++11 -Wall" )
2013-06-30 01:05:04 +02:00
add_subdirectory(datadump)
2014-01-26 04:45:55 +01:00
add_subdirectory(rwgame)
add_subdirectory(rwviewer)
add_subdirectory(rwengine)
add_subdirectory(analyzer)
2013-09-11 13:10:42 +02:00
add_subdirectory(tests)