mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 18:16:08 +02:00
10 lines
No EOL
195 B
CMake
10 lines
No EOL
195 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(voxel)
|
|
|
|
file(GLOB VOXEL_SRCS src/*.cpp src/*.h)
|
|
|
|
add_executable(voxel ${VOXEL_SRCS})
|
|
|
|
include(../LinkHifiShared.cmake)
|
|
link_hifi_shared_library(voxel) |