mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-06-06 05:08:45 +08:00
update
This commit is contained in:
@@ -102,8 +102,10 @@ endif()
|
||||
if (NOT MSVC)
|
||||
target_link_libraries(utils m)
|
||||
endif()
|
||||
if (WIN32)
|
||||
target_link_libraries(utils shell32)
|
||||
if (INSTALL_DEP_FILES)
|
||||
if (WIN32)
|
||||
target_link_libraries(utils shell32)
|
||||
endif()
|
||||
endif()
|
||||
if (ENABLE_CXX17)
|
||||
target_compile_features(utils PRIVATE cxx_std_17)
|
||||
|
||||
Reference in New Issue
Block a user