CMake: Add missing references in src/3rdparty
This commit is contained in:
2
src/3rdparty/CMakeLists.txt
vendored
2
src/3rdparty/CMakeLists.txt
vendored
@@ -6,3 +6,5 @@ add_subdirectory(cpp-btree)
|
|||||||
add_subdirectory(mingw-std-threads)
|
add_subdirectory(mingw-std-threads)
|
||||||
add_subdirectory(monocypher)
|
add_subdirectory(monocypher)
|
||||||
add_subdirectory(randombytes)
|
add_subdirectory(randombytes)
|
||||||
|
add_subdirectory(optional)
|
||||||
|
add_subdirectory(robin_hood)
|
||||||
|
|||||||
4
src/3rdparty/optional/CMakeLists.txt
vendored
Normal file
4
src/3rdparty/optional/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
add_files(
|
||||||
|
optional.hpp
|
||||||
|
ottd_optional.h
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user