[ox/std] Replace HashMap::operator[] const with HashMap::at const

This commit is contained in:
2021-04-01 02:32:50 -05:00
parent 392351ba48
commit 291027e41e
3 changed files with 44 additions and 43 deletions

View File

@@ -29,21 +29,6 @@ target_link_libraries(
OxMetalClaw
)
if(OX_BUILD_EXEC STREQUAL "ON")
#add_executable(
# oxfstool
# toollib.cpp
# oxfstool.cpp
#)
#set_target_properties(oxfstool PROPERTIES OUTPUT_NAME oxfs)
#target_link_libraries(
# oxfstool
# OxFS
# OxMetalClaw
# OxStd
#)
endif()
install(
FILES
filestore/filestoretemplate.hpp