Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c262937

Browse files
committed
Update kvf.klib for colored logs
1 parent 4c02e0f commit c262937

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Ext/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
src/
1+
Src/

Ext/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
file(ARCHIVE_EXTRACT INPUT "${CMAKE_CURRENT_SOURCE_DIR}/src.zip" DESTINATION "${CMAKE_CURRENT_SOURCE_DIR}")
1+
file(ARCHIVE_EXTRACT INPUT "${CMAKE_CURRENT_SOURCE_DIR}/Src.zip" DESTINATION "${CMAKE_CURRENT_SOURCE_DIR}")
22

3-
add_subdirectory(src/kvf)
4-
add_subdirectory(src/djson)
3+
add_subdirectory(Src/kvf)
4+
add_subdirectory(Src/djson)

Ext/src.zip renamed to Ext/Src.zip

6.08 MB
Binary file not shown.

0 commit comments

Comments
 (0)