Skip to content

Commit 4934096

Browse files
committed
Added Bit String Submodule
1 parent c598c42 commit 4934096

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "Bit-String"]
2+
path = Bit-String
3+
url = https://github.com/3omar-mostafa/Bit-String.git

Bit-String

Submodule Bit-String added at e7f5272

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ set(SOURCE_FILES_LIST main.cpp ${UTILS} ${COMPRESSORS})
1313

1414
add_executable(${PROJECT_NAME} ${SOURCE_FILES_LIST})
1515

16+
add_subdirectory(Bit-String)
17+
target_link_libraries(${PROJECT_NAME} Bit_String)
18+
include_directories(Bit-String/Bit_String)
19+
1620
########################################### For Visual Studio ###########################################
1721

1822
# Generate Folder Hierarchy instead of adding all files in the same folder

0 commit comments

Comments
 (0)