Skip to content

Commit

Permalink
Add objects directly
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Oct 25, 2023
1 parent ef9f7a0 commit cc3623c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ add_library(eesunhong_complete_static STATIC $<TARGET_OBJECTS:eesunhong_recipes_
target_link_libraries(eesunhong_complete_static PUBLIC fortran_stdlib)

add_library(checking STATIC third_party/minuit/minuit_94a_dblb.f src/fcnrvg4_Ctpar.f src/bilens.f src/critical.f
src/microcurve_rvg4Ctpar.f src/hexadec_only.f src/geo_par.f src/eesunhong_real_complex_conversion.f90)
src/microcurve_rvg4Ctpar.f src/hexadec_only.f src/geo_par.f src/eesunhong_real_complex_conversion.f90 $<TARGET_OBJECTS:eesunhong_recipes_replacements>)
target_link_libraries(checking PUBLIC eesunhong_complete_static)

#add_executable(eesunhong_main src/main.f third_party/minuit/minuit_94a_dblb.f src/fcnrvg4_Ctpar.f src/bilens.f src/critical.f
Expand Down

0 comments on commit cc3623c

Please sign in to comment.