Skip to content

Commit

Permalink
Add back in object files
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Oct 21, 2023
1 parent b87d7b0 commit 90bb251
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ FetchContent_Declare(
FetchContent_MakeAvailable(fortran_stdlib)
set(BUILD_TESTING ON)

#add_library(polyroots OBJECT third_party/polyroots-fortran/polyroots_cmplx_roots_gen.f90)
#add_library(roots OBJECT third_party/roots-fortran/root_module.F90)
#add_library(eesunhong_recipes_replacements OBJECT src/eesunhong_recipes_replacements.f90)
#target_link_libraries(eesunhong_recipes_replacements PUBLIC fortran_stdlib)
add_library(polyroots OBJECT third_party/polyroots-fortran/polyroots_cmplx_roots_gen.f90)
add_library(roots OBJECT third_party/roots-fortran/root_module.F90)
add_library(eesunhong_recipes_replacements OBJECT src/eesunhong_recipes_replacements.f90)
target_link_libraries(eesunhong_recipes_replacements PUBLIC fortran_stdlib)

#add_library(eesunhong_fortran_library SHARED $<TARGET_OBJECTS:eesunhong_recipes_replacements> $<TARGET_OBJECTS:roots>)
#target_link_libraries(eesunhong_fortran_library PUBLIC fortran_stdlib)
Expand Down

0 comments on commit 90bb251

Please sign in to comment.