Skip to content

Commit

Permalink
xvega
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Nov 30, 2023
1 parent 7dd8664 commit d429c5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ set(tabulate_REQUIRED_VERSION 1.5)
find_package(SQLite3 REQUIRED)
find_package(SQLiteCpp REQUIRED)
find_package(Threads REQUIRED)
find_package(xvega REQUIRED)
find_package(xvega-bindings ${xvega_bindings_REQUIRED_VERSION} REQUIRED)
find_package(tabulate ${tabulate_REQUIRED_VERSION} REQUIRED)

Expand Down Expand Up @@ -213,9 +214,10 @@ macro(xsql_create_target target_name linkage output_name)
set(XSQL_XEUS_TARGET xeus-static)
endif ()

message("XVEGA_STATIC_LIBRARY= ${XVEGA_STATIC_LIBRARY}")
target_link_libraries(${target_name} PUBLIC
${XSQL_XEUS_TARGET}
xvega
${XVEGA_STATIC_LIBRARY}
SQLiteCpp
)

Expand Down

0 comments on commit d429c5b

Please sign in to comment.