summaryrefslogtreecommitdiffstats
path: root/RenderScript
diff options
context:
space:
mode:
Diffstat (limited to 'RenderScript')
-rw-r--r--RenderScript/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/RenderScript/CMakeLists.txt b/RenderScript/CMakeLists.txt
index 64b45de..5a549b1 100644
--- a/RenderScript/CMakeLists.txt
+++ b/RenderScript/CMakeLists.txt
@@ -84,11 +84,12 @@ source_group("source" FILES ${SOURCE})
source_group("include" FILES ${INCLUDE})
target_link_libraries(RenderScript
+PUBLIC
+ Lua
PRIVATE
BuildSettings
GraphicsEngineInterface
GraphicsAccessories
- Lua
Common
PlatformInterface
GraphicsTools