Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
57afcb74
Commit
57afcb74
authored
Feb 28, 2019
by
Jan Möbius
Browse files
Try to set VS startup project automatically
parent
eb8c1a1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
57afcb74
...
...
@@ -435,9 +435,12 @@ set (PREFOUND_PACKAGES "${LOADED_PACKAGES}" CACHE INTERNAL "List of packages tha
# ========================================================================
add_subdirectory
(
OpenFlipper/CoreApp
)
set_property
(
DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
PROPERTY VS_STARTUP_PROJECT
${
OPENFLIPPER_PRODUCT_STRING
}
)
GROUP_PROJECT
(
${
OPENFLIPPER_PRODUCT_STRING
}
${
OPENFLIPPER_PRODUCT_STRING
}
)
# ========================================================================
# Bundle generation
# ========================================================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment