1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Add sqlite3.h to CMakeLists.txt for easier browsing in the IDEs

This commit is contained in:
Paul Licameli 2020-07-04 09:34:27 -04:00
parent a415c3fe38
commit 33210ec8c7

View File

@ -9,6 +9,7 @@ list( APPEND SOURCES
# sqlite # sqlite
${TARGET_ROOT}/sqlite3.c ${TARGET_ROOT}/sqlite3.c
${TARGET_ROOT}/sqlite3.h
) )
list( APPEND INCLUDES list( APPEND INCLUDES