Skip to content

Commit

Permalink
Use newer versions of support libraries (fixes for Hopper!). Move all…
Browse files Browse the repository at this point in the history
… dependencies to dedicated folder.
  • Loading branch information
bashimao committed May 18, 2023
1 parent 63582b5 commit b18de4c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[submodule "tests/googletest"]
path = tests/googletest
path = third_party/googletest
url = https://github.com/google/googletest.git
ignore = dirty
[submodule "third_party/libcudacxx"]
path = third_party/libcudacxx
url = https://github.com/NVIDIA/libcudacxx
[submodule "third_party/thrust"]
path = third_party/thrust
url = https://github.com/NVIDIA/thrust.git
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ endforeach()

include_directories(
${PROJECT_SOURCE_DIR}/include
${PROJECT_SOURCE_DIR}/tests/googletest/googletest/include
${PROJECT_SOURCE_DIR}/third_party/googletest/googletest/include
)

ADD_SUBDIRECTORY(tests/googletest)
ADD_SUBDIRECTORY(third_party/googletest)

link_directories(
)
Expand Down
1 change: 1 addition & 0 deletions third_party/libcudacxx
Submodule libcudacxx added at 88a91d
1 change: 1 addition & 0 deletions third_party/thrust
Submodule thrust added at cf0fc2

0 comments on commit b18de4c

Please sign in to comment.