mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:30:39 +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})
|