mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-16 19:50:01 +02:00
CMakeLists.txt: Adding WITH_BENCHMARK option.
This commit is contained in:
parent
d7cdf9476d
commit
6b0d1aa459
1 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,12 @@ set( PROJECT_MAINTAINER "Henrik Hautakoski <henrik@eossweden.org>")
|
|||
|
||||
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake" )
|
||||
|
||||
# --------------------------------
|
||||
# Options
|
||||
# --------------------------------
|
||||
|
||||
option(WITH_BENCHMARK "If tests are enabled (BUILD_TESTING variable), also build benchmark tree." OFF)
|
||||
|
||||
# --------------------------------
|
||||
# Compiler
|
||||
# --------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue