19 lines
352 B
CMake
19 lines
352 B
CMake
#set(SOURCES
|
|
# main.cpp)
|
|
|
|
#add_executable(eedb_app ${SOURCES})
|
|
|
|
#target_link_libraries(eedb_app
|
|
# wthttp # or {Wt_HTTP_DEBUG_LIBRARY}
|
|
# wt # or {Wt_DEBUG_LIBRARY}
|
|
# postgresql_connector
|
|
# auth
|
|
# eedb
|
|
# Boost::system
|
|
# Boost::filesystem
|
|
# Boost::thread
|
|
# Boost::program_options
|
|
# z
|
|
# )
|
|
|