Re: [LyX/master] cmake: Put updatetex2lyxtests in an appropriate folder
Am Montag, 19. Oktober 2015 um 21:32:21, schrieb Vincent van Ravesteijn > Op 19-10-2015 om 18:45 schreef Kornel Benko: > > Am Montag, 19. Oktober 2015 um 18:02:02, schrieb Vincent van Ravesteijn > > > >> commit 92b7c5a92f21956f6da19c8ac783cd9132ca82b9 > >> Author: Vincent van Ravesteijn > >> Date: Mon Oct 19 17:50:59 2015 +0200 > >> > >> cmake: Put updatetex2lyxtests in an appropriate folder > >> > >> diff --git a/src/tex2lyx/test/CMakeLists.txt > >> b/src/tex2lyx/test/CMakeLists.txt > >> index e11b345..c513d6e 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") > > Why is that important? This is only a phony target ..., there should be no > > data in the specified "tests/tex2lyx" folder. > > In fact, there is no such folder on my platform. > > > > Kornel > > All (phony) build targets in an MSVC solution are shown in a tree > structure. Proper organization of the targets does not clutter everything. > > Vincent Thanks Vincent. I suspected there must be something special. Good to know. Kornel signature.asc Description: This is a digitally signed message part.
Re: [LyX/master] cmake: Put updatetex2lyxtests in an appropriate folder
Op 19-10-2015 om 18:45 schreef Kornel Benko: Am Montag, 19. Oktober 2015 um 18:02:02, schrieb Vincent van Ravesteijn commit 92b7c5a92f21956f6da19c8ac783cd9132ca82b9 Author: Vincent van Ravesteijn Date: Mon Oct 19 17:50:59 2015 +0200 cmake: Put updatetex2lyxtests in an appropriate folder diff --git a/src/tex2lyx/test/CMakeLists.txt b/src/tex2lyx/test/CMakeLists.txt index e11b345..c513d6e 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") Why is that important? This is only a phony target ..., there should be no data in the specified "tests/tex2lyx" folder. In fact, there is no such folder on my platform. Kornel All (phony) build targets in an MSVC solution are shown in a tree structure. Proper organization of the targets does not clutter everything. Vincent
Re: [LyX/master] cmake: Put updatetex2lyxtests in an appropriate folder
Am Montag, 19. Oktober 2015 um 18:02:02, schrieb Vincent van Ravesteijn > commit 92b7c5a92f21956f6da19c8ac783cd9132ca82b9 > Author: Vincent van Ravesteijn > Date: Mon Oct 19 17:50:59 2015 +0200 > > cmake: Put updatetex2lyxtests in an appropriate folder > > diff --git a/src/tex2lyx/test/CMakeLists.txt b/src/tex2lyx/test/CMakeLists.txt > index e11b345..c513d6e 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") Why is that important? This is only a phony target ..., there should be no data in the specified "tests/tex2lyx" folder. In fact, there is no such folder on my platform. Kornel signature.asc Description: This is a digitally signed message part.