logger inject
This commit is contained in:
@@ -5,8 +5,14 @@ set(UTILSLIBSRC
|
||||
|
||||
add_library(${UTILSLIBNAME} STATIC ${UTILSLIBSRC})
|
||||
|
||||
# won't work
|
||||
# target_compile_options(${UTILSLIBNAME}
|
||||
# PRIVATE
|
||||
# "$<$<C_COMPILER_ID:MSVC>:/utf-8>"
|
||||
# "$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
|
||||
|
||||
target_include_directories(${UTILSLIBNAME}
|
||||
PRIVATE ${spdlog_DIR}/include)
|
||||
|
||||
target_link_libraries(${UTILSLIBNAME}
|
||||
PRIVATE spdlog::spdlog_header_only)
|
||||
PRIVATE spdlog::spdlog_header_only)
|
||||
|
||||
Reference in New Issue
Block a user