From 92b7c5a92f21956f6da19c8ac783cd9132ca82b9 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Mon, 19 Oct 2015 17:50:59 +0200 Subject: [PATCH] cmake: Put updatetex2lyxtests in an appropriate folder --- src/tex2lyx/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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") -- 2.39.2