mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
4 lines
187 B
CMake
4 lines
187 B
CMake
add_library(SceAvPlayer STATIC include/SceAvPlayer/exports.h src/SceAvPlayer.cpp)
|
|
target_include_directories(SceAvPlayer PUBLIC include)
|
|
target_link_libraries(SceAvPlayer PRIVATE module)
|