more renaming of acg to vci
This commit is contained in:
@@ -6,7 +6,7 @@ IF (DOXYGEN_FOUND)
|
||||
vci_create_doc_target(doc-install)
|
||||
|
||||
if (TARGET doc-install)
|
||||
vci_copy_after_build (doc-install "${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_DATADIR}/Doc/html" "${CMAKE_INSTALL_PREFIX}/${ACG_PROJECT_DATADIR}/doc/html")
|
||||
vci_copy_after_build (doc-install "${CMAKE_BINARY_DIR}/Build/${VCI_PROJECT_DATADIR}/Doc/html" "${CMAKE_INSTALL_PREFIX}/${VCI_PROJECT_DATADIR}/doc/html")
|
||||
endif()
|
||||
|
||||
ENDIF(DOXYGEN_FOUND)
|
||||
|
||||
@@ -8,8 +8,8 @@ include_directories (
|
||||
set (targetName MyOwnProject)
|
||||
|
||||
# collect all header and source files
|
||||
acg_append_files (headers "*.hh" .)
|
||||
acg_append_files (sources "*.cc" .)
|
||||
vci_append_files (headers "*.hh" .)
|
||||
vci_append_files (sources "*.cc" .)
|
||||
|
||||
vci_add_executable (${targetName} ${headers} ${sources})
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ PROJECT_LOGO = @CMAKE_CURRENT_SOURCE_DIR@/images/rwth_vci_rgb.jpg
|
||||
# entered, it will be relative to the location where doxygen was started. If
|
||||
# left blank the current directory will be used.
|
||||
|
||||
OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/Build/@ACG_PROJECT_DATADIR@/Doc
|
||||
OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/Build/@VCI_PROJECT_DATADIR@/Doc
|
||||
|
||||
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
||||
# directories (in 2 levels) under the output directory of each output format and
|
||||
@@ -1128,7 +1128,7 @@ HTML_HEADER =
|
||||
# that doxygen normally uses.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/html/acg_footer.html
|
||||
HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/html/vci_footer.html
|
||||
|
||||
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
|
||||
# sheet that is used by each HTML page. It can be used to fine-tune the look of
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
\usepackage{tikz}
|
||||
\usepackage{color}
|
||||
|
||||
\definecolor{ACG}{RGB}{55,91,64}
|
||||
\definecolor{VCI}{RGB}{55,91,64}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{center}
|
||||
|
||||
%\colorbox{ACG}{
|
||||
%\colorbox{VCI}{
|
||||
|
||||
\begin{tikzpicture}
|
||||
[
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
\usepackage{tikz}
|
||||
\usepackage{color}
|
||||
|
||||
\definecolor{ACG}{RGB}{55,91,64}
|
||||
\definecolor{VCI}{RGB}{55,91,64}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{center}
|
||||
|
||||
%\colorbox{ACG}{
|
||||
%\colorbox{VCI}{
|
||||
|
||||
\begin{tikzpicture}
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user