gds-render/preview-rendering/CMakeLists.txt

8 lines
200 B
CMake

project(opengl-preview)
cmake_minimum_required(VERSION 3.0)
aux_source_directory("src" SRCS)
add_library(${PROJECT_NAME} STATIC ${SRCS})
target_include_directories(${PROJECT_NAME} PUBLIC "include")