mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-30 15:23:01 +00:00
4f845ac996
This still contains some of the old reusable code, which was never used in the first place. I'm unsure what the end goal for it was, as nothing really ended up using it anywhere else.
8 lines
251 B
CMake
8 lines
251 B
CMake
## AUTOGENERATED COPYRIGHT HEADER START
|
|
# Copyright (C) NaN-NaN undefined
|
|
# AUTOGENERATED COPYRIGHT HEADER END
|
|
cmake_minimum_required(VERSION 3.26)
|
|
project("Blur")
|
|
list(APPEND CMAKE_MESSAGE_INDENT "[${PROJECT_NAME}] ")
|
|
|
|
streamfx_add_component("Blur")
|