Skip to content

Commit

Permalink
Working on doxygen support.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Goppert committed Nov 26, 2011
1 parent 4fa9b7e commit 64de837
Show file tree
Hide file tree
Showing 3 changed files with 1,656 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8.5)

set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/toolchains/Arduino.cmake)

# modify flags from default toolchain flags
Expand Down Expand Up @@ -31,6 +31,7 @@ set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINO

# macros
include(MacroEnsureOutOfSourceBuild)
include(UseDoxygen)

# disallow in-source build
macro_ensure_out_of_source_build("${PROJECT_NAME} requires an out of source build.
Expand Down
Loading

0 comments on commit 64de837

Please sign in to comment.