🎱
struggling with code
- Ukraine
Highlights
- Pro
Pinned Loading
-
-
CMAKE MACRO and function to include ...
CMAKE MACRO and function to include all directories recursively 1# MACRO to add all directories in result
2MACRO(SUBDIRLIST result firstdir curdir)
3file(GLOB ENDF6_SRC_TOP RELATIVE
4${curdir} ${curdir}/*)
5file(GLOB_RECURSE ENDF6_SRC_NESTED ${curdir}/*)
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.