Skip to content

Commit 4d384b5

Browse files
committed
start absorbing
1 parent 33ede26 commit 4d384b5

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

extern/CMakeLists.txt

-9
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ if (GFX_DEBUG_DISASSEMBLER)
3535
target_include_directories(libgfxd PUBLIC ${LIBGFXD_DIR})
3636
endif()
3737

38-
#=================== StrHash64 ===================
39-
40-
set(STRHASH64_DIR ${CMAKE_CURRENT_SOURCE_DIR}/StrHash64)
41-
add_library(StrHash64 STATIC)
42-
43-
target_sources(StrHash64 PRIVATE ${STRHASH64_DIR}/StrHash64.cpp)
44-
45-
target_include_directories(StrHash64 PUBLIC ${STRHASH64_DIR})
46-
4738
#=================== thread-pool ===================
4839

4940
set(THREADPOOL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/thread-pool)

src/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ else()
174174
target_link_libraries(libultraship PUBLIC storm)
175175
endif()
176176
target_link_libraries(libultraship
177-
PRIVATE StrHash64
178177
PUBLIC ImGui
179178
)
180179

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)