mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-29 06:29:23 -04:00
6 lines
181 B
CMake
6 lines
181 B
CMake
add_library(rcheevos_integration STATIC
|
|
rcheevos_integration.cpp
|
|
rcheevos_integration.h
|
|
)
|
|
|
|
target_link_libraries(rcheevos_integration PRIVATE citra_common httplib rcheevos)
|