mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
b4c1335422
- PS button support added to the overlay controller, with improved default button positioning. Co-authored-by: Zangetsu38 <dante38@free.fr>
5 lines
128 B
CMake
5 lines
128 B
CMake
if(NOT ANDROID)
|
|
add_executable(gen-modules gen-modules.cpp)
|
|
target_link_libraries(gen-modules PRIVATE yaml-cpp)
|
|
endif()
|