Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2010, 8:20:30 PM (14 years ago)
Author:
rgrieder
Message:

Placing all generated files in source group "Generated" for MSVC instead of different groups for PCH, Tolua and Compilations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/tools/SourceFileUtilities.cmake

    r7173 r7415  
    118118      SOURCE_GROUP("Source\\${_group_path}" FILES ${_file})
    119119    ELSE()
    120       # Has to be a compilation
    121       SOURCE_GROUP("Compilations" FILES ${_file})
     120      # File is being generated in the binary directory
     121      SOURCE_GROUP("Generated" FILES ${_file})
    122122    ENDIF()
    123123  ENDFOREACH(_file)
Note: See TracChangeset for help on using the changeset viewer.