Remove unused lib

LT1AB
Ryan Burns 2020-05-02 16:41:50 -07:00
parent 4863c238e8
commit 877ba1d05c
1 changed files with 0 additions and 7 deletions

View File

@ -13,14 +13,7 @@ target_include_directories(formslc PUBLIC
formslc/include
)
target_link_libraries(formslc PRIVATE
# XXX Careful!
# Both of these libs define getline_ and
# we need to use the one from DataAccessor.
# So make sure that DataAccessor is linked first here!
# Linking the wrong getline may cause confusing segfaults!
DataAccessor_static
# TODO remove these includes from formslc - they are not needed
LineAccessor_static
)
target_link_libraries(formslc PUBLIC