mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-07 13:00:36 +02:00
7 lines
130 B
CMake
7 lines
130 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(space)
|
|
|
|
file(GLOB SPACE_SRCS src/*.cpp src/*.h)
|
|
|
|
add_executable(space ${SPACE_SRCS})
|