Skip to content

Commit b69dbb2

Browse files
committed
Version 0.5.13
1 parent 023b18f commit b69dbb2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+178
-1830
lines changed

KotlinCpp/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ dataSources.local.xml
99
# Editor-based HTTP Client requests
1010
/.idea/httpRequests/
1111
rest-client.private.env.json
12-
http-client.private.env.json
12+
http-client.private.env.json
13+
14+
cmake-build-debug

KotlinCpp/CMakeLists.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ project(cpp)
44
set(CMAKE_CXX_STANDARD 11)
55

66

7-
include_directories(knarch/src/main/cpp)
7+
include_directories(/Users/kgalligan/devel_kmp/kotlin-native-latest/runtime/src/main/cpp)
88

9-
include_directories(/Users/kgalligan/temp6/kotlin-native-1.0/runtime/src/main/cpp)
9+
include_directories(knarch/src/main/cpp)
1010

1111
add_executable(cpp
12-
knarch/src/main/cpp/android_database_SQLiteCommon.cpp
13-
knarch/src/main/cpp/android_database_SQLiteCommon.h
14-
knarch/src/main/cpp/android_database_SQLiteConnection.cpp
12+
knarch/src/main/cpp/SQLiteCommon.cpp
13+
knarch/src/main/cpp/SQLiteCommon.h
1514
knarch/src/main/cpp/KonanHelper.cpp
1615
knarch/src/main/cpp/KonanHelper.h
1716
knarch/src/main/cpp/UtilsErrors.h)
-16 Bytes
Binary file not shown.
-80 Bytes
Binary file not shown.
-64 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-80 Bytes
Binary file not shown.
-48 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)