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
b5b83977
Unverified
Commit
b5b83977
authored
Aug 24, 2022
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
always load these from git submodule
parent
5fca90ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
CMakeLists.txt
+3
-10
No files found.
CMakeLists.txt
View file @
b5b83977
...
...
@@ -130,15 +130,8 @@ if(NOT pdbxpp_FOUND)
add_git_submodule
(
libpdbxpp EXCLUDE_FROM_ALL
)
endif
()
find_package
(
date
)
if
(
NOT date_FOUND
)
add_git_submodule
(
date EXCLUDE_FROM_ALL
)
endif
()
find_package
(
libconfig
)
if
(
NOT libconfig_FOUND
)
add_git_submodule
(
libconfig EXCLUDE_FROM_ALL
)
endif
()
add_git_submodule
(
date EXCLUDE_FROM_ALL
)
add_git_submodule
(
libconfig EXCLUDE_FROM_ALL
)
# The DSSP code is in a separate library, optionally to be used by others
add_library
(
dssp_library OBJECT
${
PROJECT_SOURCE_DIR
}
/src/DSSP.cpp
)
...
...
@@ -188,7 +181,7 @@ if(ENABLE_TESTING)
${
CMAKE_CURRENT_SOURCE_DIR
}
/include
)
target_link_libraries
(
dssp-unit-test dssp_library cifpp::cifpp pdbxpp::pdbxpp date::date
)
target_link_libraries
(
dssp-unit-test dssp_library cifpp::cifpp pdbxpp::pdbxpp date::date
Boost::boost
)
if
(
MSVC
)
# Specify unwind semantics so that MSVC knowns how to handle exceptions
...
...
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