Files
Macdu b4c1335422 build: Add Android version.
- PS button support added to the overlay controller, with improved default button positioning.

Co-authored-by: Zangetsu38 <dante38@free.fr>
2025-12-30 18:09:43 +01:00

5 lines
128 B
CMake

if(NOT ANDROID)
add_executable(gen-modules gen-modules.cpp)
target_link_libraries(gen-modules PRIVATE yaml-cpp)
endif()