Skip to content

Commit

Permalink
Add a Supercontroller library target to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Apr 11, 2022
1 parent c2d6e8a commit 0b50e58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/supercontroller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ add_library(scfastlib
src/SuperController.f90)
target_link_libraries(scfastlib sctypeslib openfast_prelib nwtclibs)

install(TARGETS sctypeslib scfastlib scdataextypeslib scdataexlib
add_library(sclib SHARED
src/SC_DLL.F90)

install(TARGETS sctypeslib scfastlib scdataextypeslib scdataexlib sclib
EXPORT "${CMAKE_PROJECT_NAME}Libraries"
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
Expand Down

0 comments on commit 0b50e58

Please sign in to comment.