cmake_minimum_required(VERSION 2.6)
project(SOLARUS)

# the engine
add_subdirectory(src)

# tests
# add_subdirectory(tests)

