Skip to content

Commit

Permalink
link gtest last
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Oct 29, 2018
1 parent ff68f7d commit 3547410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/c++/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ test_pade
)

foreach(test_c++ ${unittest_src_gf})
add_gtest(${test_c++})
target_link_libraries(${test_c++} gf)
add_gtest(${test_c++})
endforeach(test_c++)

add_subdirectory(data)

0 comments on commit 3547410

Please sign in to comment.