# on cree l'executable pour le cg
add_executable(test_cg test_cg.f90)
TARGET_LINK_LIBRARIES(test_cg mylib)

