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

hg/feature/sound
kervala 15 years ago
parent 6c6432891f
commit 9e7420a442

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

Loading…
Cancel
Save