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