add make install to tests on windows
This commit is contained in:
parent
f6352d9940
commit
b2bb7511aa
3 changed files with 29 additions and 0 deletions
|
@ -125,6 +125,21 @@ add_custom_target(reporthtml
|
|||
|
||||
subdirs (libmscore importmidi capella biab musicxml guitarpro)
|
||||
|
||||
|
||||
install(FILES
|
||||
../share/styles/chords_std.xml
|
||||
../share/styles/chords_jazz.xml
|
||||
../share/styles/chords.xml
|
||||
../share/styles/stdchords.xml
|
||||
../share/styles/jazzchords.xml
|
||||
../share/styles/cchords_muse.xml
|
||||
../share/styles/cchords_nrb.xml
|
||||
../share/styles/cchords_rb.xml
|
||||
../share/styles/cchords_sym.xml
|
||||
DESTINATION ${PROJECT_BINARY_DIR}/mtest/styles
|
||||
)
|
||||
|
||||
|
||||
if (OMR)
|
||||
subdirs(omr)
|
||||
endif (OMR)
|
||||
|
|
|
@ -7,6 +7,7 @@ Adapt for your own platform
|
|||
make debug install
|
||||
cd build.debug/mtest
|
||||
make
|
||||
(make install) on Windows
|
||||
|
||||
running them all
|
||||
|
||||
|
|
|
@ -17,4 +17,17 @@ subdirs(
|
|||
note plugins repeat selectionrangedelete split splitstaff timesig transpose tuplet text
|
||||
)
|
||||
|
||||
install(FILES
|
||||
../../share/styles/chords_std.xml
|
||||
../../share/styles/chords_jazz.xml
|
||||
../../share/styles/chords.xml
|
||||
../../share/styles/stdchords.xml
|
||||
../../share/styles/jazzchords.xml
|
||||
../../share/styles/cchords_muse.xml
|
||||
../../share/styles/cchords_nrb.xml
|
||||
../../share/styles/cchords_rb.xml
|
||||
../../share/styles/cchords_sym.xml
|
||||
DESTINATION ${PROJECT_BINARY_DIR}/mtest/libmscore/styles
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue