Commit 946905a6 by Maarten L. Hekkelman

for windows?

parent 5ca36e67
......@@ -2,7 +2,7 @@
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
# The DSSP code is in a separate library, optionally to be used by others
add_library(dssp STATIC)
add_library(dssp)
add_library(dssp::dssp ALIAS dssp)
target_sources(dssp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment