make values capable of being a list & add boost
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
08ad2c5c66
commit
733b52575b
16 changed files with 315 additions and 140 deletions
|
|
@ -14,6 +14,8 @@ add_subdirectory(vendor)
|
|||
add_subdirectory(include)
|
||||
add_subdirectory(src)
|
||||
|
||||
find_package(Boost REQUIRED)
|
||||
|
||||
add_library(
|
||||
libikarus SHARED
|
||||
${INCLUDE_FILES}
|
||||
|
|
@ -34,6 +36,12 @@ target_link_libraries(
|
|||
libikarus PRIVATE
|
||||
cppbase
|
||||
sqlitecpp
|
||||
${Boost_LIBRARIES}
|
||||
)
|
||||
|
||||
target_include_directories(
|
||||
libikarus PRIVATE
|
||||
${Boost_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
if (LIBIKARUS_ENABLE_LINTS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue