Skip to content
Snippets Groups Projects

CWG-10 Skeleton C++.

3 files
+ 16
7
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -51,4 +51,4 @@ add_custom_command(
@@ -51,4 +51,4 @@ add_custom_command(
COMMENT "Generating documentation with Sphinx")
COMMENT "Generating documentation with Sphinx")
# Nice named target so we can run the job easily
# Nice named target so we can run the job easily
add_custom_target(Sphinx ALL DEPENDS ${SPHINX_INDEX_FILE})
add_custom_target(sphinx ALL DEPENDS ${SPHINX_INDEX_FILE})
Loading