mirror of
https://github.com/Tilo-K/tstd.git
synced 2026-01-11 15:11:01 +00:00
wip
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -61,7 +61,7 @@ INCLUDE_PATH = include
|
|||||||
|
|
||||||
# Doxygen Awesome theme
|
# Doxygen Awesome theme
|
||||||
GENERATE_TREEVIEW = YES
|
GENERATE_TREEVIEW = YES
|
||||||
DISABLE_INDEX = NO
|
DISABLE_INDEX = YES
|
||||||
FULL_SIDEBAR = NO
|
FULL_SIDEBAR = NO
|
||||||
HTML_COLORSTYLE = DARK
|
HTML_COLORSTYLE = DARK
|
||||||
HTML_EXTRA_STYLESHEET = \
|
HTML_EXTRA_STYLESHEET = \
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ include(FetchContent)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
tstd
|
tstd
|
||||||
GIT_REPOSITORY https://github.com/Tilo-K/tstd.git
|
GIT_REPOSITORY https://github.com/Tilo-K/tstd.git
|
||||||
GIT_TAG main
|
GIT_TAG master
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(tstd)
|
FetchContent_MakeAvailable(tstd)
|
||||||
|
|||||||
Reference in New Issue
Block a user