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)