mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
Data2sql: additional fixes (#2144)
This commit is contained in:
committed by
Aleksandar Fabijanic
parent
bb17cfb983
commit
d8d4cbf1a7
@@ -4,4 +4,4 @@ set(LOCAL_SRCS "")
|
||||
aux_source_directory(src LOCAL_SRCS)
|
||||
|
||||
add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} )
|
||||
target_link_libraries( ${SAMPLE_NAME} PocoDataSQLite PocoData PocoNet PocoFoundation )
|
||||
target_link_libraries( ${SAMPLE_NAME} PocoSQLSQLite PocoSQL PocoNet PocoFoundation )
|
||||
|
||||
Reference in New Issue
Block a user