Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sqlite woth cmake

find_package (SQLite3)

include_directories(${SQLite3_INCLUDE_DIRS})
target_link_libraries (${OUT_TARGET} ${SQLite3_LIBRARIES})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sqlite #woth #cmake
ADD COMMENT
Topic
Name
1+3 =