make cmake files better.
This commit is contained in:
parent
d11f31cd02
commit
7b01638c9f
@ -1,5 +1,7 @@
|
||||
|
||||
add_executable(testUtils main.cpp test_rsa.cpp)
|
||||
file(GLOB testSrc *.cpp)
|
||||
|
||||
add_executable(testUtils ${testSrc})
|
||||
|
||||
message(${GTEST_LIBS})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user