From 8e90c696ae8ae808bb7d05b9ace43dcd341e3065 Mon Sep 17 00:00:00 2001 From: offtkp Date: Wed, 14 Aug 2024 01:42:53 +0300 Subject: [PATCH] Include our own lua dirs --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83a504fa1..8b52327b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -342,7 +342,7 @@ if(ENABLE_RETRO_ACHIEVEMENTS) src/rcheevos/src/rurl/url.c ) set(SKYEMU_SRC ${SKYEMU_SRC} ${RCHEEVOS_SRC} src/retro_achievements.cpp) - include_directories(src/rcheevos/include) + include_directories(src/rcheevos/include src/lua) endif() if(IOS)