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/GenerateToluaBindings.cmake

    r7163 r7415  
    4747    PARENT_SCOPE
    4848  )
    49   SOURCE_GROUP("Tolua" FILES ${_tolua_cxxfile} ${_tolua_hfile})
     49
    5050  # Disable annoying GCC warnings
    5151  IF(CMAKE_COMPILER_IS_GNU)
    5252    SET_SOURCE_FILES_PROPERTIES(${_tolua_cxxfile} PROPERTIES COMPILE_FLAGS "-w")
    5353  ENDIF()
     54
    5455  # Tolua binding speedup if required
    5556  IF(ORXONOX_RELEASE)
Note: See TracChangeset for help on using the changeset viewer.