mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
Gverb library CMakeLists
This commit is contained in:
parent
e9d3729238
commit
1739cf019d
1 changed files with 11 additions and 0 deletions
11
interface/external/gverb/CMakeLists.txt
vendored
Normal file
11
interface/external/gverb/CMakeLists.txt
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
set(TARGET_NAME gverb)
|
||||
project(${TARGET_NAME})
|
||||
|
||||
# grab the implementation and header files
|
||||
file(GLOB GVERB_SRCS src/*.c)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
add_library(${TARGET_NAME} ${GVERB_SRCS})
|
Loading…
Reference in a new issue