Skip to content

Commit

Permalink
Fix executable suffix
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Jun 11, 2024
1 parent ce8cad4 commit e05959f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,14 @@ add_executable(Wannier90_exe)
set_target_properties(Wannier90_exe PROPERTIES
OUTPUT_NAME wannier90.x
EXPORT_NAME exe
SUFFIX x
)
add_executable(Wannier90::exe ALIAS Wannier90_exe)
add_executable(Wannier90_post)
set_target_properties(Wannier90_post PROPERTIES
OUTPUT_NAME postw90.x
EXPORT_NAME post
SUFFIX x
)
add_executable(Wannier90::post ALIAS Wannier90_post)
add_library(Wannier90_lib)
Expand Down

0 comments on commit e05959f

Please sign in to comment.