Changed: #1023 Use a standard application path for writing files

This commit is contained in:
kervala 2010-07-17 23:26:55 +02:00
parent 6c6432891f
commit 9e7420a442

View file

@ -117,7 +117,7 @@ ENDIF(FINAL_VERSION)
# config.h configuration and use by projects # config.h configuration and use by projects
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h) CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h)
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}) INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR})
ADD_DEFINITIONS(-DHAVE_CONFIG_H=1) ADD_DEFINITIONS(-DHAVE_CONFIG_H)
ADD_SUBDIRECTORY(common) ADD_SUBDIRECTORY(common)