Revision c8ea8b72
Added by David Sorber about 3 years ago
| software/read_test/CMakeLists.txt | ||
|---|---|---|
|
################################################################################
|
||
|
# Find the libraries we need that aren't built-in to cmake
|
||
|
################################################################################
|
||
|
CHECK_LIB(config++)
|
||
|
CHECK_LIB(aio)
|
||
|
|
||
|
SET(READTEST_EXTERNAL_LIBS ${READTEST_EXTERNAL_LIBS} ${liburing_static_lib})
|
||
Remove now unneeded dependency on libconfig.