- zapped autoh*ll from build system. No more pain.
This commit is contained in:
Federico Hernandez 2011-03-04 03:58:55 +01:00
parent dbdba4c59e
commit 4de854a3c3
28 changed files with 28 additions and 1758 deletions

View file

@ -74,10 +74,10 @@ else (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set (UNKNOWN true)
endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
message ("-- Configuring auto.h")
message ("-- Configuring cmake.h")
configure_file (
${CMAKE_SOURCE_DIR}/cmake.h.in
${CMAKE_SOURCE_DIR}/auto.h)
${CMAKE_SOURCE_DIR}/cmake.h)
add_subdirectory (src)
add_subdirectory (doc)