obs-StreamFX/source/gfx
Michael Fabian 'Xaymar' Dirks e0ffe85a30 Simplify the CMake file even more
- target_sources(... PUBLIC ...) doesn't do what I thought it did, and has no useful purpose here.
- Experimental features are an Alpha only thing, and Unstable features should not be part of a Candidate release.
- ENABLE_LTO is not a flag anymore, as CMake has a global flag for it.

While we haven't split out Core from the main file yet, and we still keep running into strange duplicate symbol or undefined symbol errors, this will hopefully simplify the CMake file further. End goal is to eventually split StreamFX into smaller sub-plugins that can operate mostly independently. At some point, the goal is to be able to soft-depend on other components, i.e. Blur can softly depend on Dynamic Mask, and then have extra features if the component is installed. This is not quite fleshed out yet, and I have no clear idea on how to make it work.
2023-10-05 09:11:53 +02:00
..
gfx-mipmapper.cpp Simplify the CMake file even more 2023-10-05 09:11:53 +02:00
gfx-mipmapper.hpp Update Copyright headers 2023-09-30 09:25:30 +02:00
gfx-opengl.cpp project: Fix License, License headers and Copyright information 2023-04-05 18:59:08 +02:00
gfx-opengl.hpp Update Copyright headers 2023-09-30 09:25:30 +02:00
gfx-source-texture.cpp Update Copyright headers 2023-09-30 09:25:30 +02:00
gfx-source-texture.hpp Update Copyright headers 2023-09-30 09:25:30 +02:00
gfx-util.cpp Update Copyright headers 2023-09-30 09:25:30 +02:00
gfx-util.hpp Update Copyright headers 2023-09-30 09:25:30 +02:00