Commit 6d73e825 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

lib link order...

parent 2f108315
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,4 +23,4 @@ add_library(cplot STATIC
    timedomain.cc)

add_executable(test-cplot chart_test.cc)
target_link_libraries(test-cplot stx-base cplot)
target_link_libraries(test-cplot cplot stx-base)