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
f4fcf3c2
Unverified
Commit
f4fcf3c2
authored
Oct 31, 2022
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
including date::date
parent
13956cb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
+4
-4
No files found.
CMakeLists.txt
View file @
f4fcf3c2
...
@@ -115,7 +115,7 @@ endif()
...
@@ -115,7 +115,7 @@ endif()
add_library
(
dssp_library OBJECT
${
PROJECT_SOURCE_DIR
}
/src/DSSP.cpp
)
add_library
(
dssp_library OBJECT
${
PROJECT_SOURCE_DIR
}
/src/DSSP.cpp
)
add_library
(
dssp::dssp ALIAS dssp_library
)
add_library
(
dssp::dssp ALIAS dssp_library
)
target_link_libraries
(
dssp_library cifpp::cifpp
)
target_link_libraries
(
dssp_library
PRIVATE
cifpp::cifpp
)
add_executable
(
mkdssp
add_executable
(
mkdssp
${
PROJECT_SOURCE_DIR
}
/src/dssp_wrapper.cpp
${
PROJECT_SOURCE_DIR
}
/src/dssp_wrapper.cpp
...
@@ -123,8 +123,8 @@ add_executable(mkdssp
...
@@ -123,8 +123,8 @@ add_executable(mkdssp
${
PROJECT_SOURCE_DIR
}
/src/mkdssp.cpp
${
PROJECT_SOURCE_DIR
}
/src/mkdssp.cpp
$<TARGET_OBJECTS:dssp_library>
)
$<TARGET_OBJECTS:dssp_library>
)
target_include_directories
(
mkdssp PRIVATE
${
PROJECT_BINARY_DIR
}
)
target_include_directories
(
mkdssp PRIVATE
${
PROJECT_BINARY_DIR
}
${
PROJECT_SOURCE_DIR
}
/date/include
)
target_link_libraries
(
mkdssp PRIVATE dssp_library cifpp::cifpp
date::date
libconfig::libconfig gxrio::gxrio
)
target_link_libraries
(
mkdssp PRIVATE dssp_library cifpp::cifpp libconfig::libconfig gxrio::gxrio
)
if
(
USE_RSRC
)
if
(
USE_RSRC
)
mrc_target_resources
(
mkdssp
${
CIFPP_SHARE_DIR
}
/mmcif_pdbx.dic
${
CIFPP_SHARE_DIR
}
/mmcif_ddl.dic
)
mrc_target_resources
(
mkdssp
${
CIFPP_SHARE_DIR
}
/mmcif_pdbx.dic
${
CIFPP_SHARE_DIR
}
/mmcif_ddl.dic
)
...
@@ -161,7 +161,7 @@ if(ENABLE_TESTING)
...
@@ -161,7 +161,7 @@ if(ENABLE_TESTING)
${
CMAKE_CURRENT_SOURCE_DIR
}
/include
${
CMAKE_CURRENT_SOURCE_DIR
}
/include
)
)
target_link_libraries
(
unit-test-dssp dssp_library cifpp::cifpp date::date Boost::boost
)
target_link_libraries
(
unit-test-dssp
PRIVATE
dssp_library cifpp::cifpp date::date Boost::boost
)
if
(
MSVC
)
if
(
MSVC
)
# Specify unwind semantics so that MSVC knowns how to handle exceptions
# 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