We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6f8e5 commit e18983eCopy full SHA for e18983e
CMakeLists.txt
@@ -44,7 +44,7 @@ file(GLOB_RECURSE sources CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/source/
44
# INTERFACE_COMPILE_FEATURES cxx_std_17)
45
46
add_library(Glob ${headers} ${sources})
47
-
+SET_TARGET_PROPERTIES(Glob PROPERTIES OUTPUT_NAME glob)
48
set_target_properties(Glob PROPERTIES CXX_STANDARD 17)
49
50
# being a cross-platform target, we enforce standards conformance on MSVC
0 commit comments