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 Oct 18, 2021
1 parent 3fd75f6 commit c565861
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/supercontroller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ add_library(scfastlib
src/SuperController.f90)
target_link_libraries(scfastlib sctypeslib openfast_prelib nwtclibs)

add_library(sclib SHARED
src/SC_DLL.F90)

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

0 comments on commit c565861

Please sign in to comment.