Skip to content

Commit 3010d23

Browse files
Move fast_any to include/
1 parent 947e84e commit 3010d23

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "subprojects/fast_any"]
2-
path = subprojects/fast_any
2+
path = include/fast_any
33
url = https://github.com/cross-platform/fast_any.git

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ enable_testing()
3333
include_directories(
3434
${CMAKE_CURRENT_SOURCE_DIR}/include
3535
${CMAKE_CURRENT_SOURCE_DIR}/src
36-
${CMAKE_CURRENT_SOURCE_DIR}/subprojects
3736
)
3837

3938
file(GLOB root_hdrs include/*.h)

include/fast_any

Submodule fast_any added at e32ec23

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ dspatch_src = [
9595

9696
dspatch_inc = include_directories(
9797
'include',
98-
'src',
99-
'subprojects'
98+
'src'
10099
)
101100

102101
dspatch_lib = static_library(

subprojects/fast_any

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)