Files
CMake/Source
Marc B df535ad846 Add CMAKE_FOLDER variable to initialize FOLDER target property
This can be used for example to organize all following targets into one
Visual Studio folder:

  set(CMAKE_FOLDER Libraries)
  add_subdirectory(libA)
  add_subdirectory(libB)
  set(CMAKE_FOLDER Executables)
  add_subdirectory(progA)

Another possibility is using the current directory name for all
following targets in subdirectories:

  get_filename_component(dirname "${CMAKE_CURRENT_SOURCE_DIR}" NAME)
  string(APPEND CMAKE_FOLDER "/${dirname}")
2018-03-29 13:19:13 -04:00
..
2017-12-18 18:26:55 +01:00
2018-01-31 18:23:03 +03:00
2018-03-26 00:01:10 -04:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2018-01-04 06:52:01 +11:00
2017-08-24 23:39:47 +02:00
2018-01-31 18:23:03 +03:00
2017-08-22 23:05:27 +02:00
2018-01-04 06:52:01 +11:00
2017-08-30 11:07:05 -04:00
2018-01-04 06:52:01 +11:00
2017-08-24 23:39:47 +02:00
2017-08-24 23:39:47 +02:00
2018-02-26 11:24:45 -05:00
2018-02-26 11:24:45 -05:00
2017-08-24 23:39:47 +02:00
2018-03-21 12:54:53 -04:00
2017-08-24 23:39:47 +02:00
2017-11-03 10:25:05 -04:00
2018-02-13 11:24:30 -05:00
2018-02-13 11:24:30 -05:00
2017-08-24 23:39:47 +02:00
2018-01-31 18:23:03 +03:00
2018-01-31 18:23:03 +03:00
2017-08-24 23:39:47 +02:00
2018-02-16 10:04:47 -05:00
2017-11-03 10:25:05 -04:00
2017-08-24 23:39:47 +02:00
2017-11-03 10:25:05 -04:00
2017-08-27 09:58:46 +02:00