forked from speed-dreams/speed-dreams-code
Create the doxygen_config inside the binairy dir and not inside the source dir.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2361 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 0e727a0dfff3a0510c1b9e3ef31a46431be59eeb Former-commit-id: bc74396ed8a00f9d4126109c40bb7534dd805cb6
This commit is contained in:
parent
b96dd7bf0c
commit
33c95c27e6
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake
|
|||
${CMAKE_CURRENT_BINARY_DIR}/version.h)
|
||||
|
||||
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/doxygen_config.cmake
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/doxygen_config @ONLY)
|
||||
${CMAKE_CURRENT_BINARY_DIR}/doxygen_config @ONLY)
|
||||
|
||||
TORCS_INSTALL_FILES(DATA . FILES credits.xml)
|
||||
|
||||
|
|
Loading…
Reference in a new issue