Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
bb7ce3ef
Commit
bb7ce3ef
authored
Sep 18, 2014
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use version from CMake for Doxygen and manual
parent
afb81c15
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
CMakeLists.txt
CMakeLists.txt
+12
-2
Doxyfile.in
Doxyfile.in
+1
-1
manual/variables.tex.in
manual/variables.tex.in
+1
-1
No files found.
CMakeLists.txt
View file @
bb7ce3ef
...
@@ -304,13 +304,13 @@ else()
...
@@ -304,13 +304,13 @@ else()
set
(
CAF_NO_NEXUS yes
)
set
(
CAF_NO_NEXUS yes
)
endif
()
endif
()
# build shell if not being told otherwise
# build shell if not being told otherwise
if
(
NOT CAF_NO_SHELL AND EXISTS
"
${
CMAKE_SOURCE_DIR
}
/
cash
/caf/"
)
if
(
NOT CAF_NO_SHELL AND EXISTS
"
${
CMAKE_SOURCE_DIR
}
/
shell
/caf/"
)
if
(
NOT CAF_HAS_RIAC
)
if
(
NOT CAF_HAS_RIAC
)
message
(
WARNING
"cannot build shell without RIAC submodule"
)
message
(
WARNING
"cannot build shell without RIAC submodule"
)
set
(
CAF_NO_SHELL yes
)
set
(
CAF_NO_SHELL yes
)
else
()
else
()
message
(
STATUS
"Enter subdirectory shell"
)
message
(
STATUS
"Enter subdirectory shell"
)
add_subdirectory
(
cash
)
add_subdirectory
(
shell
)
if
(
CAF_BUILD_STATIC_ONLY
)
if
(
CAF_BUILD_STATIC_ONLY
)
add_dependencies
(
cash libcaf_riacStatic
)
add_dependencies
(
cash libcaf_riacStatic
)
else
()
else
()
...
@@ -332,6 +332,16 @@ else()
...
@@ -332,6 +332,16 @@ else()
set
(
CAF_NO_BENCHMARKS yes
)
set
(
CAF_NO_BENCHMARKS yes
)
endif
()
endif
()
################################################################################
# LateX setup #
################################################################################
configure_file
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/manual/variables.tex.in"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/manual/variables.tex"
@ONLY
)
################################################################################
################################################################################
# Doxygen setup #
# Doxygen setup #
################################################################################
################################################################################
...
...
Doxyfile.in
View file @
bb7ce3ef
...
@@ -37,7 +37,7 @@ PROJECT_NAME = libcaf
...
@@ -37,7 +37,7 @@ PROJECT_NAME = libcaf
# This could be handy for archiving the generated documentation or
# This could be handy for archiving the generated documentation or
# if some version control system is used.
# if some version control system is used.
PROJECT_NUMBER = @VERSION@
PROJECT_NUMBER = @
CAF_
VERSION@
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
# base path where the generated documentation will be put.
...
...
manual/variables.tex
→
manual/variables.tex
.in
View file @
bb7ce3ef
...
@@ -5,5 +5,5 @@
...
@@ -5,5 +5,5 @@
}
}
\newcommand{\libsubtitle}{%
\newcommand{\libsubtitle}{%
User Manual
\\\normalsize
{
\lib
version
0.10
}
\vfill
%
User Manual\\\normalsize{\lib version
@CAF_VERSION@
}\vfill%
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment