make cmake files better.

This commit is contained in:
eric 2020-06-26 22:18:21 +08:00
parent d11f31cd02
commit 7b01638c9f

View File

@ -1,5 +1,7 @@
add_executable(testUtils main.cpp test_rsa.cpp)
file(GLOB testSrc *.cpp)
add_executable(testUtils ${testSrc})
message(${GTEST_LIBS})