Skip to content

Commit

Permalink
Split codebases
Browse files Browse the repository at this point in the history
  • Loading branch information
themarpe committed Jun 2, 2020
1 parent 6ae1bd8 commit 5280641
Show file tree
Hide file tree
Showing 53 changed files with 15 additions and 4,941 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "depthai-cpp/shared/depthai-shared"]
path = depthai-cpp/shared/depthai-shared
url = https://github.com/luxonis/depthai-shared.git
[submodule "depthai-core"]
path = depthai-core
url = git@github.com:luxonis/depthai-core.git
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include("cmake/HunterGate.cmake")
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.23.253.tar.gz"
SHA1 "88ea6d37c897a81a080eb9ae0f69d7807bbb3c73"
FILEPATH ${CMAKE_CURRENT_LIST_DIR}/depthai-cpp/cmake/Hunter/config.cmake # Add depthai-cpp config (hunter limitation)
FILEPATH ${CMAKE_CURRENT_LIST_DIR}/depthai-core/cmake/Hunter/config.cmake # Add depthai-cpp config (hunter limitation)
)

# Move binary dir if windows, to shorten the path
Expand All @@ -23,7 +23,7 @@ set(TARGET_NAME depthai)
project(${TARGET_NAME})

# Add depthai-cpp dependency
add_subdirectory(depthai-cpp EXCLUDE_FROM_ALL)
add_subdirectory(depthai-core EXCLUDE_FROM_ALL)

# Add pybind11 dependency
#add_subdirectory(pybind11-2.5.0)
Expand All @@ -49,5 +49,5 @@ target_link_libraries(${TARGET_NAME}
PUBLIC
# pybind11
pybind11::pybind11
depthai-cpp
depthai-core
)
1 change: 1 addition & 0 deletions depthai-core
Submodule depthai-core added at 07ee93
221 changes: 0 additions & 221 deletions depthai-cpp/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 5280641

Please sign in to comment.