mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
12 lines
261 B
CMake
12 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)
|