2025-09-23 21:57:08 +02:00
|
|
|
include(FetchContent)
|
|
|
|
|
FetchContent_Declare(
|
|
|
|
|
doxygen-awesome-css
|
|
|
|
|
URL https://github.com/jothepro/doxygen-awesome-css/archive/refs/heads/main.zip
|
2026-02-08 12:09:02 +01:00
|
|
|
DOWNLOAD_EXTRACT_TIMESTAMP 1
|
2025-09-23 21:57:08 +02:00
|
|
|
)
|
|
|
|
|
FetchContent_MakeAvailable(doxygen-awesome-css)
|
|
|
|
|
|
|
|
|
|
# Save the location the files were cloned into
|
|
|
|
|
# This allows us to get the path to doxygen-awesome.css
|
|
|
|
|
FetchContent_GetProperties(doxygen-awesome-css SOURCE_DIR AWESOME_CSS_DIR)
|