Skip to content

Commit

Permalink
Include our own lua dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Aug 13, 2024
1 parent c3946d5 commit 8e90c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8e90c69

Please sign in to comment.