mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 23:46:42 +02:00
CMake
- zapped autoh*ll from build system. No more pain.
This commit is contained in:
parent
dbdba4c59e
commit
4de854a3c3
28 changed files with 28 additions and 1758 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue