From: Matthias Maier Date: Thu, 10 May 2018 22:26:19 +0000 (-0500) Subject: reindent X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3aa84f55ade716eb93692a23a9a781227a729c3;p=code-gallery.git reindent --- diff --git a/CeresFE/CMakeLists.txt b/CeresFE/CMakeLists.txt index 8570ff7..62ce920 100644 --- a/CeresFE/CMakeLists.txt +++ b/CeresFE/CMakeLists.txt @@ -80,7 +80,9 @@ SET(TARGET_SRC src/${TARGET}.cc) DEAL_II_INVOKE_AUTOPILOT() TARGET_INCLUDE_DIRECTORIES(${TARGET} - PUBLIC ${LIBCONFIG_INCLUDE_DIR} ${ARMADILLO_INCLUDE_DIR}) + PUBLIC ${LIBCONFIG_INCLUDE_DIR} ${ARMADILLO_INCLUDE_DIR} + ) TARGET_LINK_LIBRARIES(${TARGET} - ${LIBCONFIG_LIBRARY} ${ARMADILLO_LIBRARY}) + ${LIBCONFIG_LIBRARY} ${ARMADILLO_LIBRARY} + )