mirror of
https://github.com/TartanLlama/optional.git
synced 2025-08-04 04:14:25 +02:00
Standardese
This commit is contained in:
@@ -31,7 +31,7 @@ set_property(TARGET tests PROPERTY CXX_STANDARD 14)
|
|||||||
find_package(standardese) # find standardese after installation
|
find_package(standardese) # find standardese after installation
|
||||||
|
|
||||||
# generates a custom target that will run standardese to generate the documentation
|
# generates a custom target that will run standardese to generate the documentation
|
||||||
if (STANDARDESE_VERSION)
|
if (standardese_FOUND)
|
||||||
standardese_generate(optional
|
standardese_generate(optional
|
||||||
INCLUDE_DIRECTORY .
|
INCLUDE_DIRECTORY .
|
||||||
CONFIG ${CMAKE_SOURCE_DIR}/standardese.config
|
CONFIG ${CMAKE_SOURCE_DIR}/standardese.config
|
||||||
|
Reference in New Issue
Block a user