Skip to content

Commit

Permalink
Add all but main to checking
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Oct 25, 2023
1 parent fabcdec commit ef9f7a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ target_link_libraries(eesunhong_fortran_library PUBLIC fortran_stdlib)
add_library(eesunhong_complete_static STATIC $<TARGET_OBJECTS:eesunhong_recipes_replacements> $<TARGET_OBJECTS:polyroots> $<TARGET_OBJECTS:roots>)
target_link_libraries(eesunhong_complete_static PUBLIC fortran_stdlib)

add_library(checking STATIC src/eesunhong_real_complex_conversion.f90)
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)
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 ef9f7a0

Please sign in to comment.