Skip to content

Commit

Permalink
Add extension point for cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Aug 25, 2016
1 parent 032b637 commit 7595dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ include_directories(
${Boost_INCLUDE_DIRS}
)

## Extension point for CMake
## -------------------------------------------------------------------------------------------------
include(./cmake/extend.cmake)

## Setup Unit/Bench & Coverage Test
## -------------------------------------------------------------------------------------------------
if (DEFINED DEV)
Expand Down
Empty file added cmake/extend.cmake
Empty file.

0 comments on commit 7595dde

Please sign in to comment.