mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
10 lines
159 B
CMake
10 lines
159 B
CMake
add_library(
|
|
rtc
|
|
STATIC
|
|
include/rtc/rtc.h
|
|
src/rtc.cpp
|
|
)
|
|
|
|
target_include_directories(rtc PUBLIC include)
|
|
target_link_libraries(rtc PUBLIC util)
|