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:
martkelder 2010-04-23 17:46:48 +00:00
parent b96dd7bf0c
commit 33c95c27e6

View file

@ -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)