From: Vincent van Ravesteijn Date: Mon, 19 Oct 2015 15:50:59 +0000 (+0200) Subject: cmake: Put updatetex2lyxtests in an appropriate folder X-Git-Tag: 2.2.0alpha1~206 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=92b7c5a92f21956f6da19c8ac783cd9132ca82b9;p=features.git cmake: Put updatetex2lyxtests in an appropriate folder --- diff --git a/src/tex2lyx/test/CMakeLists.txt b/src/tex2lyx/test/CMakeLists.txt index e11b3451c5..c513d6e818 100644 --- a/src/tex2lyx/test/CMakeLists.txt +++ b/src/tex2lyx/test/CMakeLists.txt @@ -71,3 +71,4 @@ add_custom_command( ) add_custom_target(updatetex2lyxtests DEPENDS LyxTestFiles) +set_target_properties(updatetex2lyxtests PROPERTIES FOLDER "tests/tex2lyx")