Skip to content

Commit

Permalink
for windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Mar 9, 2024
1 parent 5ca36e6 commit 946905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdssp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 946905a

Please sign in to comment.