mirror of
https://github.com/thunderbrewhq/system.git
synced 2026-02-04 16:59:08 +00:00
chore(build): add cmake config
This commit is contained in:
parent
d610030a1d
commit
f886ab5bc3
2 changed files with 27 additions and 0 deletions
6
system/CMakeLists.txt
Normal file
6
system/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
add_library(system INTERFACE)
|
||||
|
||||
target_include_directories(system
|
||||
INTERFACE
|
||||
${PROJECT_SOURCE_DIR}
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue