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