mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2024-12-14 00:38:36 +00:00
13 lines
261 B
CMake
13 lines
261 B
CMake
add_library(
|
|
touch
|
|
STATIC
|
|
include/touch/functions.h
|
|
include/touch/state.h
|
|
include/touch/touch.h
|
|
src/touch.cpp
|
|
)
|
|
|
|
target_include_directories(touch PUBLIC include)
|
|
target_link_libraries(touch PUBLIC emuenv)
|
|
target_link_libraries(touch PRIVATE display sdl2)
|