add flatbuffers support and initial rewrite
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
b5852698e3
commit
70820129ae
72 changed files with 3929 additions and 1403 deletions
|
|
@ -17,6 +17,11 @@ add_library(
|
|||
${SOURCE_FILES}
|
||||
)
|
||||
|
||||
add_dependencies(
|
||||
ikarus
|
||||
flatbuffer_headers
|
||||
)
|
||||
|
||||
set_target_properties(
|
||||
ikarus PROPERTIES
|
||||
CXX_STANDARD 23
|
||||
|
|
@ -71,9 +76,4 @@ if (LIBIKARUS_BUILD_DOCS)
|
|||
ikarus
|
||||
libikarus_docs
|
||||
)
|
||||
|
||||
add_dependencies(
|
||||
libikarus_tests
|
||||
libikarus_docs
|
||||
)
|
||||
endif ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue