Welcome to ModernCppStarter Discussions! #69
TheLartians
started this conversation in
General
Replies: 2 comments 3 replies
-
Hi, happy user of ModernCppStarter for my hobby projects to better structure my software architecture! thanks for making this package of best practices! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, great ideas, really! Only one Question: why do you use so much +# WHY rename executable this way? CK
set_target_properties(GreeterStandalone PROPERTIES CXX_STANDARD 17 OUTPUT_NAME "Greeter")
+# target_compile_features(GreeterStandalone PUBLIC cxx_std_17) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions