Moved exports into subdirectory.
This commit is contained in:
parent
d5f6c8ee02
commit
dccf85b60d
|
@ -24,10 +24,10 @@
|
|||
#include "parse_options.hpp"
|
||||
#include "uri.hpp"
|
||||
#include "types.hpp"
|
||||
#include "csv.hpp"
|
||||
#include "adoc.hpp"
|
||||
#include "bookmarks.hpp"
|
||||
#include "simple.hpp"
|
||||
#include "export/csv.hpp"
|
||||
#include "export/adoc.hpp"
|
||||
#include "export/bookmarks.hpp"
|
||||
#include "export/simple.hpp"
|
||||
#include "search.hpp"
|
||||
|
||||
using std::cout;
|
||||
|
|
|
@ -18,7 +18,7 @@ link_directories(${SQLITE3_LIBRARY_DIRS})
|
|||
link_directories(${CURLPP_LIBRARY_DIRS})
|
||||
link_directories(${ICU_LIBRARY_DIRS})
|
||||
|
||||
file(GLOB sources_lib *.cpp)
|
||||
file(GLOB sources_lib *.cpp export/*.cpp)
|
||||
add_library(${PROJECT_NAME} SHARED ${sources_lib})
|
||||
target_link_libraries(${PROJECT_NAME} ${LIBXDG_BASEDIR_LIBRARIES}
|
||||
vsqlitepp stdc++fs ${CURLPP_LIBRARIES} ${ICU_LIBRARIES})
|
||||
|
|
Loading…
Reference in New Issue
Block a user