|
|
@@ -50,7 +50,7 @@ install_header_files (DIRECTORY src/ DESTINATION ${DEST_INCLUDE_DIR}/ThirdParty/
|
|
|
# Setup additional SQLite CLI standalone target (this target can be transfered and executed on an embedded device, such as Raspberry Pi and Android)
|
|
|
if (NOT IOS AND NOT TVOS AND NOT WEB)
|
|
|
# Define target name for SQLite shell
|
|
|
- set (TARGET_NAME isql)
|
|
|
+ set (TARGET_NAME sqlite3)
|
|
|
|
|
|
# Define source files
|
|
|
set (SOURCE_FILES src/shell.c src/sqlite3.c src/sqlite3.h)
|