diff options
author | Chris Robinson <[email protected]> | 2019-06-30 11:21:29 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-06-30 16:40:08 -0700 |
commit | 689f70ce6d6b27ea2ccf7463e79dfefe5ce35899 (patch) | |
tree | 3975245532f4d68f61c5eafbc361cff6fe216527 /CMakeLists.txt | |
parent | 15ac839054dd63dd0e169121a903c205666f9c7a (diff) |
Add a simple optional<> implementation
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 37b55e28..13a714ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -635,6 +635,7 @@ SET(COMMON_OBJS common/almalloc.cpp common/almalloc.h common/alnumeric.h + common/aloptional.h common/alspan.h common/atomic.h common/math_defs.h |