|
@@ -8,6 +8,6 @@ find_package(SQLite3 REQUIRED)
|
|
add_subdirectory(odoors)
|
|
add_subdirectory(odoors)
|
|
include_directories(${SQLITE3_INCLUDE_DIRS})
|
|
include_directories(${SQLITE3_INCLUDE_DIRS})
|
|
|
|
|
|
-add_executable(main main.c)
|
|
|
|
|
|
+add_executable(main main.cpp)
|
|
target_link_libraries(main odoors ${SQLITE3_LIBRARIES})
|
|
target_link_libraries(main odoors ${SQLITE3_LIBRARIES})
|
|
|
|
|