AbseilHelpers.cmake
4.76 KB
-
Set the FOLDER property for Abseil targets. · 950be290
https://cmake.org/cmake/help/v3.0/prop_tgt/FOLDER.html This only affects IDEs and will further only take effect if set_property(GLOBAL PROPERTY USE_FOLDERS ON) is set in the main CMakeLists.txt of the project. I found using this quite helpful when adding Abseil to larger CMake projects.
Petter Strandmark committed