Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libcifpp
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
libcifpp
Commits
f84d83b7
Unverified
Commit
f84d83b7
authored
Oct 31, 2022
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gxrio dependency again
parent
b1837ba0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
CMakeLists.txt
+8
-4
No files found.
CMakeLists.txt
View file @
f84d83b7
...
@@ -6,10 +6,10 @@
...
@@ -6,10 +6,10 @@
# modification, are permitted provided that the following conditions are met:
# modification, are permitted provided that the following conditions are met:
# 1. Redistributions of source code must retain the above copyright notice, this
# 1. Redistributions of source code must retain the above copyright notice, this
#
list of conditions and the following disclaimer
# list of conditions and the following disclaimer
# 2. Redistributions in binary form must reproduce the above copyright notice,
# 2. Redistributions in binary form must reproduce the above copyright notice,
#
this list of conditions and the following disclaimer in the documentation
# this list of conditions and the following disclaimer in the documentation
#
and/or other materials provided with the distribution.
# and/or other materials provided with the distribution.
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
...
@@ -153,6 +153,10 @@ list(APPEND CIFPP_REQUIRED_LIBRARIES ${STDCPPFS_LIBRARY})
...
@@ -153,6 +153,10 @@ list(APPEND CIFPP_REQUIRED_LIBRARIES ${STDCPPFS_LIBRARY})
include
(
FindAtomic
)
include
(
FindAtomic
)
list
(
APPEND CIFPP_REQUIRED_LIBRARIES
${
STDCPPATOMIC_LIBRARY
}
)
list
(
APPEND CIFPP_REQUIRED_LIBRARIES
${
STDCPPATOMIC_LIBRARY
}
)
if
(
NOT PDB_REDO_META
)
find_package
(
gxrio REQUIRED
)
endif
()
# Create a revision file, containing the current git version info
# Create a revision file, containing the current git version info
include
(
VersionString
)
include
(
VersionString
)
write_version_header
(
"LibCIFPP"
)
write_version_header
(
"LibCIFPP"
)
...
@@ -228,7 +232,7 @@ set(project_headers
...
@@ -228,7 +232,7 @@ set(project_headers
${
PROJECT_SOURCE_DIR
}
/include/cif++/pdb/pdb2cif.hpp
${
PROJECT_SOURCE_DIR
}
/include/cif++/pdb/pdb2cif.hpp
${
PROJECT_SOURCE_DIR
}
/include/cif++/pdb/pdb2cif_remark_3.hpp
${
PROJECT_SOURCE_DIR
}
/include/cif++/pdb/pdb2cif_remark_3.hpp
${
PROJECT_SOURCE_DIR
}
/include/cif++/pdb/tls.hpp
${
PROJECT_SOURCE_DIR
}
/include/cif++/pdb/tls.hpp
)
)
add_library
(
cifpp
${
project_sources
}
${
project_headers
}
${
PROJECT_SOURCE_DIR
}
/src/symop_table_data.hpp
)
add_library
(
cifpp
${
project_sources
}
${
project_headers
}
${
PROJECT_SOURCE_DIR
}
/src/symop_table_data.hpp
)
add_library
(
cifpp::cifpp ALIAS cifpp
)
add_library
(
cifpp::cifpp ALIAS cifpp
)
...
...
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