diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-25 03:46:21 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-25 03:46:21 +1100 |
commit | 560ae08424956bb495bc2453973467d138029c7c (patch) | |
tree | f506d79185388e7217af75a43074884f17349cb2 /source/core/CMakeLists.txt | |
parent | ff6e349aef9c5504896d1249b2d4a3b862c37d09 (diff) |
Add support for directly setting image assets and processing Image userdata
Diffstat (limited to 'source/core/CMakeLists.txt')
-rw-r--r-- | source/core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/core/CMakeLists.txt b/source/core/CMakeLists.txt index eda2acc..fb31fca 100644 --- a/source/core/CMakeLists.txt +++ b/source/core/CMakeLists.txt @@ -127,7 +127,6 @@ SET (star_core_HEADERS StarWorkerPool.hpp StarXXHash.hpp StarZSTDCompression.hpp - scripting/StarImageLuaBindings.hpp scripting/StarUtilityLuaBindings.hpp ) @@ -185,7 +184,6 @@ SET (star_core_SOURCES StarUuid.cpp StarWorkerPool.cpp StarZSTDCompression.cpp - scripting/StarImageLuaBindings.cpp scripting/StarUtilityLuaBindings.cpp ) |