[ox/std] Replace HashMap::operator[] const with HashMap::at const
This commit is contained in:
15
deps/ox/src/ox/fs/CMakeLists.txt
vendored
15
deps/ox/src/ox/fs/CMakeLists.txt
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user