looking-glass/host/platform/Linux/capture/CMakeLists.txt

12 lines
221 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.0)
project(capture LANGUAGES C)
include("PreCapture")
add_capture("XCB")
include("PostCapture")
add_library(capture STATIC ${CAPTURE_C})
target_link_libraries(capture ${CAPTURE_LINK})