mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
12 lines
259 B
CMake
12 lines
259 B
CMake
add_library(
|
|
regmgr
|
|
STATIC
|
|
include/regmgr/functions.h
|
|
include/regmgr/state.h
|
|
include/regmgr/types.h
|
|
src/regmgr.cpp
|
|
)
|
|
|
|
target_include_directories(regmgr PUBLIC include)
|
|
target_include_directories(regmgr PRIVATE)
|
|
target_link_libraries(regmgr PUBLIC util)
|