Build: Move Image from common to util
This commit is contained in:
@@ -19,8 +19,6 @@ add_library(common
|
||||
fifo_queue.h
|
||||
file_system.cpp
|
||||
file_system.h
|
||||
image.cpp
|
||||
image.h
|
||||
intrin.h
|
||||
hash_combine.h
|
||||
heap_array.h
|
||||
@@ -63,7 +61,7 @@ add_library(common
|
||||
target_include_directories(common PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||
target_include_directories(common PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||
target_link_libraries(common PUBLIC fmt Threads::Threads fast_float)
|
||||
target_link_libraries(common PRIVATE stb ZLIB::ZLIB minizip "${CMAKE_DL_LIBS}")
|
||||
target_link_libraries(common PRIVATE ZLIB::ZLIB minizip "${CMAKE_DL_LIBS}")
|
||||
|
||||
if(WIN32)
|
||||
target_sources(common PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user