Skip to content

Commit

Permalink
Move magic_enum to submodules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Jan 24, 2023
1 parent c222535 commit cba027d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
path = submodules/boost
url = https://github.com/boostorg/boost.git
[submodule "magic_enum"]
path = magic_enum
path = submodules/magic_enum
url = https://github.com/Neargye/magic_enum.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ add_subdirectory(submodules/rocksdb EXCLUDE_FROM_ALL)
include_directories(cpptoml/include)

# magic_enum
include_directories(magic_enum/include)
include_directories(submodules/magic_enum/include)

add_subdirectory(crypto/ed25519-donna)

Expand Down

0 comments on commit cba027d

Please # to comment.