Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dssp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
dssp
Commits
e3fa4ec5
Unverified
Commit
e3fa4ec5
authored
Jun 20, 2023
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
installing dssp-extension
parent
bd7431ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
CMakeLists.txt
+3
-3
cmake/dsspConfig.cmake.in
+2
-0
No files found.
CMakeLists.txt
View file @
e3fa4ec5
...
...
@@ -165,11 +165,13 @@ install(
)
set
(
CONFIG_TEMPLATE_FILE
${
PROJECT_SOURCE_DIR
}
/cmake/dsspConfig.cmake.in
)
set
(
DSSP_DATA_DIR
"
${
CMAKE_INSTALL_FULL_DATADIR
}
/libcifpp"
)
configure_package_config_file
(
${
CONFIG_TEMPLATE_FILE
}
${
CMAKE_CURRENT_BINARY_DIR
}
/dssp/dsspConfig.cmake
INSTALL_DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/cmake/dssp
PATH_VARS DSSP_DATA_DIR
)
install
(
FILES
...
...
@@ -211,9 +213,7 @@ install(TARGETS ${PROJECT_NAME}
RUNTIME DESTINATION
${
BIN_INSTALL_DIR
}
)
set
(
DSSP_EXTENSIONS_DIC
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/mmcif_pdbx/dssp-extension.dic"
)
install
(
FILES
${
DSSP_EXTENSIONS_DIC
}
DESTINATION
${
CIFPP_SHARE_DIR
}
)
install
(
FILES
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/mmcif_pdbx/dssp-extension.dic"
DESTINATION
${
DSSP_DATA_DIR
}
)
# manual
find_program
(
PANDOC pandoc
)
...
...
cmake/dsspConfig.cmake.in
View file @
e3fa4ec5
...
...
@@ -5,4 +5,6 @@ find_dependency(cifpp REQUIRED)
INCLUDE("${CMAKE_CURRENT_LIST_DIR}/dsspTargets.cmake")
set_and_check(DSSP_SHARE_DIR "@PACKAGE_DSSP_DATA_DIR@")
check_required_components(dssp)
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