mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
10 lines
No EOL
209 B
CMake
10 lines
No EOL
209 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(space)
|
|
|
|
file(GLOB SPACE_SRCS src/*.cpp src/*.h)
|
|
|
|
add_executable(space ${SPACE_SRCS})
|
|
|
|
include(../cmake/macros/LinkHifiLibrary.cmake)
|
|
link_hifi_library(shared space) |