mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-02 16:17:25 +00:00
4cf2a399f4
These now include all history, which has fixed some headers that used to be wrong.
9 lines
296 B
CMake
9 lines
296 B
CMake
# AUTOGENERATED COPYRIGHT HEADER START
|
|
# Copyright (C) 2023 Michael Fabian 'Xaymar' Dirks <info@xaymar.com>
|
|
# AUTOGENERATED COPYRIGHT HEADER END
|
|
|
|
cmake_minimum_required(VERSION 3.26)
|
|
project("Transform")
|
|
list(APPEND CMAKE_MESSAGE_INDENT "[${PROJECT_NAME}] ")
|
|
|
|
streamfx_add_component("Transform")
|