Add abseil hashmaps and use in texture list, also fix bugs in texture list insertion
This commit is contained in:
@@ -39,3 +39,9 @@ set_source_files_properties(${aistatemachine_HEADER_FILES}
|
||||
list(APPEND aistatemachine_SOURCE_FILES ${aistatemachine_HEADER_FILES})
|
||||
|
||||
add_library (aistatemachine ${aistatemachine_SOURCE_FILES})
|
||||
|
||||
target_link_libraries(
|
||||
aistatemachine
|
||||
PUBLIC
|
||||
llcommon
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user