mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
7 lines
302 B
CMake
7 lines
302 B
CMake
cmake_minimum_required(VERSION 3.28...3.30)
|
|
|
|
add_library(hook-config INTERFACE)
|
|
add_library(OBS::hook-config ALIAS hook-config)
|
|
target_sources(hook-config INTERFACE graphics-hook-ver.h graphics-hook-info.h hook-helpers.h)
|
|
target_include_directories(hook-config INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
|