]> git.lyx.org Git - features.git/commitdiff
cmake: Put updatetex2lyxtests in an appropriate folder
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 19 Oct 2015 15:50:59 +0000 (17:50 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 19 Oct 2015 15:54:04 +0000 (17:54 +0200)
src/tex2lyx/test/CMakeLists.txt

index e11b3451c5899427d87aab2e66d3c82f7d748993..c513d6e818a845a26e233b61d81eef5d9a392661 100644 (file)
@@ -71,3 +71,4 @@ add_custom_command(
 )
 
 add_custom_target(updatetex2lyxtests DEPENDS LyxTestFiles)
+set_target_properties(updatetex2lyxtests PROPERTIES FOLDER "tests/tex2lyx")