mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-28 14:20:30 +00:00
13 lines
330 B
CMake
13 lines
330 B
CMake
set(SRCS
|
|
android_audio_stream.cpp
|
|
android_audio_stream.h
|
|
android_host_interface.cpp
|
|
android_host_interface.h
|
|
android_gles_host_display.cpp
|
|
android_gles_host_display.h
|
|
main.cpp
|
|
)
|
|
|
|
add_library(duckstation-native SHARED ${SRCS})
|
|
target_link_libraries(duckstation-native PRIVATE android core common glad imgui EGL::EGL)
|