mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-07 21:40:08 +02:00
10 lines
No EOL
195 B
CMake
10 lines
No EOL
195 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(space)
|
|
|
|
file(GLOB SPACE_SRCS src/*.cpp src/*.h)
|
|
|
|
add_executable(space ${SPACE_SRCS})
|
|
|
|
include(../LinkHifiShared.cmake)
|
|
link_hifi_shared_library(space) |