Skip to content

Separate vendor projects from solution #360

Answered by OlivierLDff
superewald asked this question in Q&A
Discussion options

You must be logged in to vote

You can

if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
  set_property(GLOBAL PROPERTY USE_FOLDERS ON)
endif()

And then do something like:

set_target_properties(absl_bad_optional_access PROPERTIES FOLDER "Dependencies")

for each dependencies.

And maybe have a look if you can contribute for them to add such option in related project, I don't know if absl have for example a ABSL_TARGET_FOLDER or something like that.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@superewald
Comment options

Answer selected by superewald
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants