Answers for "sqlite woth cmake"

SQL
0

sqlite woth cmake

find_package (SQLite3)

include_directories(${SQLite3_INCLUDE_DIRS})
target_link_libraries (${OUT_TARGET} ${SQLite3_LIBRARIES})
Posted by: Guest on August-07-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language