Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ControlSystemAdapter-DoocsAdapter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChimeraTK Mirror
ControlSystemAdapter-DoocsAdapter
Commits
0f9a282f
Commit
0f9a282f
authored
6 years ago
by
Martin Christoph Hierholzer
Browse files
Options
Downloads
Patches
Plain Diff
use enable doxygen script from project_template
parent
6611ce10
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-18
2 additions, 18 deletions
CMakeLists.txt
cmake/Doxyfile.in.in
+0
-2469
0 additions, 2469 deletions
cmake/Doxyfile.in.in
doc/Doxyfile
+0
-2374
0 additions, 2374 deletions
doc/Doxyfile
with
2 additions
and
4861 deletions
CMakeLists.txt
+
2
−
18
View file @
0f9a282f
...
...
@@ -42,7 +42,6 @@ ELSE(Boost_UNIT_TEST_FRAMEWORK_FOUND)
message
(
"Boost unit_test_framework, disabling testing"
)
ENDIF
(
Boost_UNIT_TEST_FRAMEWORK_FOUND
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
/include
${
CMAKE_SOURCE_DIR
}
/tests/include
${
CMAKE_SOURCE_DIR
}
/example
)
set
(
${
PROJECT_NAME
}
_INCLUDE_DIRS
${${
PROJECT_NAME
}
_INCLUDE_DIRS
}
${
CMAKE_SOURCE_DIR
}
/include/
)
...
...
@@ -86,6 +85,8 @@ if(TESTING_IS_ENABLED)
endif
(
TESTING_IS_ENABLED
)
include
(
cmake/enable_doxygen_documentation.cmake
)
# C++ library
add_library
(
${
PROJECT_NAME
}
SHARED
${
library_sources
}
)
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES VERSION
${${
PROJECT_NAME
}
_FULL_LIBRARY_VERSION
}
SOVERSION
${${
PROJECT_NAME
}
_SOVERSION
}
)
...
...
@@ -102,23 +103,6 @@ set_target_properties(referenceTestDoocsServer PROPERTIES LINK_FLAGS "${ChimeraT
target_link_libraries
(
referenceTestDoocsServer
${
DOOCS_LIBRARIES
}
${
ChimeraTK-ControlSystemAdapter_LIBRARIES
}
${
Boost_LIBRARIES
}
${
PROJECT_NAME
}
)
FILE
(
COPY
${
CMAKE_SOURCE_DIR
}
/tests/referenceTestDoocsServer/referenceTestDoocsServer.conf DESTINATION
${
PROJECT_BINARY_DIR
}
)
#configure a header file which contains the version information for use in C++
#configure_file(cmake/version.h.in "${PROJECT_BINARY_DIR}/version.h" @ONLY)
# add a target to generate API documentation with Doxygen
find_package
(
Doxygen
)
if
(
DOXYGEN_FOUND
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/Doxyfile.in.in
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile.in @ONLY
)
configure_file
(
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile.in
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile @ONLY
)
add_custom_target
(
doc ALL
${
DOXYGEN_EXECUTABLE
}
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
WORKING_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
COMMENT
"Generating API documentation with Doxygen"
VERBATIM
)
install
(
DIRECTORY
${
CMAKE_BINARY_DIR
}
/doc DESTINATION .
)
else
(
DOXYGEN_FOUND
)
message
(
"Doxygen not found, documentation will not be build."
)
endif
(
DOXYGEN_FOUND
)
#Install the library and the executables
install
(
TARGETS
${
PROJECT_NAME
}
...
...
This diff is collapsed.
Click to expand it.
cmake/Doxyfile.in.in
deleted
100644 → 0
+
0
−
2469
View file @
6611ce10
This diff is collapsed.
Click to expand it.
doc/Doxyfile
deleted
100644 → 0
+
0
−
2374
View file @
6611ce10
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment