Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2010, 9:16:53 PM (13 years ago)
Author:
rgrieder
Message:

Fixed problem with files directly supplied to ORXONOX_ADD_TARGET.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/forks/sandbox_qt/cmake/tools/SourceFileUtilities.cmake

    r7805 r7820  
    4242      # Store file with path relative to the root source directory
    4343      FILE(RELATIVE_PATH _file_rel ${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/${_file})
    44       LIST(APPEND _source_files ${_file_rel})
     44      LIST(APPEND _source_files ./${_file_rel})
    4545    ENDIF()
    4646  ENDFOREACH(_file)
Note: See TracChangeset for help on using the changeset viewer.