From 6ee0df629e43dc783f9bc4058f676fa46bbfb5d9 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 9 May 2009 17:08:45 +0200 Subject: Add cmake library checks --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7132b28..d7ae94e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,4 +7,4 @@ include_directories (${CMAKE_CURRENT_SOURCE_DIR}/..) add_executable (mpiosh mpiosh.c callback.c readline.c command.c global.c cfgio.c cfg.c) -target_link_libraries (mpiosh mpio -lreadline -lncurses) +target_link_libraries (mpiosh mpio ${LIBNCURSES} ${LIBREADLINE}) -- cgit v1.2.3