changed cpp path for consistency
This commit is contained in:
Generated
+6
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
+1
-1
@@ -4,7 +4,7 @@ project(SQLiteClient LANGUAGES CXX)
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_library(SQLiteClient STATIC src/iovi_space/sqlite_client/SQLiteClient.cpp include/iovi_space/sqlite_client/SQLiteClient.h)
|
||||
add_library(SQLiteClient STATIC src/SQLiteClient.cpp include/iovi_space/sqlite_client/SQLiteClient.h)
|
||||
|
||||
target_include_directories(SQLiteClient PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../../../include/iovi_space/sqlite_client/SQLiteClient.h"
|
||||
#include "../include/iovi_space/sqlite_client/SQLiteClient.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
Reference in New Issue
Block a user