mirror of
https://github.com/thunderbrewhq/system.git
synced 2026-02-04 08:49:08 +00:00
6 lines
111 B
CMake
6 lines
111 B
CMake
add_library(system INTERFACE)
|
|
|
|
target_include_directories(system
|
|
INTERFACE
|
|
${PROJECT_SOURCE_DIR}
|
|
)
|