mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
CMake: Add missing references in src/3rdparty
This commit is contained in:
parent
b1d55519d3
commit
777dcd047d
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
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user