missed part from last commit

This commit is contained in:
matlabbe
2024-03-23 14:34:54 -07:00
parent fa3ece5183
commit 7183b43c2a

View File

@@ -173,14 +173,14 @@ SET(PUBLIC_LIBRARIES
${PCL_LIBRARIES} ${PCL_LIBRARIES}
) )
IF(Sqlite3_FOUND) IF(SQLite3_FOUND)
SET(INCLUDE_DIRS SET(INCLUDE_DIRS
${INCLUDE_DIRS} ${INCLUDE_DIRS}
${Sqlite3_INCLUDE_DIRS} ${SQLite3_INCLUDE_DIRS}
) )
SET(LIBRARIES SET(LIBRARIES
${LIBRARIES} ${LIBRARIES}
${Sqlite3_LIBRARIES} ${SQLite3_LIBRARIES}
) )
ELSE() ELSE()
SET(SRC_FILES SET(SRC_FILES