$TEMPLATE[CMakeLists.txt]
#
# Copyright (c) 2009 by Rutger ter Borg
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#
# THIS FILE IS AUTOMATICALLY GENERATED
# PLEASE DO NOT EDIT!
#

$ENTRIES

$TEMPLATE[CMakeLists.entry]
add_executable( $groupname $groupname.cpp )
target_link_libraries( $groupname PRIVATE ${LAPACK_LIBRARIES} )
$TEMPLATE[end]
