We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15557de commit cb6c33cCopy full SHA for cb6c33c
libjsonexpr/CMakeLists.txt
@@ -68,6 +68,7 @@ if (BUILD_SHARED_LIBS)
68
endif()
69
70
71
+set_target_properties(libjsonexpr PROPERTIES PREFIX "")
72
target_compile_features(libjsonexpr PUBLIC cxx_std_20)
73
target_include_directories(libjsonexpr PUBLIC
74
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
0 commit comments