65cd276439
they do not make any sense, nor do they get updated, if the source code is kept in git
16 lines
547 B
CMake
16 lines
547 B
CMake
#=============================================================================
|
|
# MuseScore
|
|
# Music Composition & Notation
|
|
#
|
|
# Copyright (C) 2011 Werner Schweer
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License version 2
|
|
# as published by the Free Software Foundation and appearing in
|
|
# the file LICENSE.GPL
|
|
#=============================================================================
|
|
|
|
set(TARGET tst_scripting)
|
|
|
|
include(${PROJECT_SOURCE_DIR}/mtest/cmake.inc)
|
|
|