Skip to content

Commit

Permalink
build: by default build all project artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Oct 22, 2024
1 parent 134c229 commit dbd8765
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ asap_push_project(${META_PROJECT_NAME})
# gersemi: off
set(OPTIONS_LIST
BUILD_SHARED_LIBS "Build shared instead of static libraries." ON
ASAP_BUILD_TESTS "Setup target to build and run tests." OFF
ASAP_BUILD_EXAMPLES "Setup target to build the examples." OFF
ASAP_BUILD_DOCS "Setup target to build the documentation." OFF
ASAP_BUILD_TESTS "Setup target to build and run tests." ON
ASAP_BUILD_EXAMPLES "Setup target to build the examples." ON
ASAP_BUILD_DOCS "Setup target to build the documentation." ON
ASAP_WITH_GOOGLE_ASAN "Instrument code with address sanitizer" OFF
ASAP_WITH_GOOGLE_UBSAN "Instrument code with undefined behavior sanitizer" OFF
ASAP_WITH_GOOGLE_TSAN "Instrument code with thread sanitizer" OFF
ASAP_WITH_VALGRIND "Instrument code with valgrind profilers" OFF
ASAP_WITH_DOXYGEN "Create targets for doxygen api docs" OFF
ASAP_WITH_SPHINX "Create targets for sphinx docs" OFF
ASAP_WITH_DOXYGEN "Create targets for doxygen api docs" ON
ASAP_WITH_SPHINX "Create targets for sphinx docs" ON
ASAP_WITH_CLANG_FORMAT "Create targets for clang-format" ON
ASAP_WITH_CLANG_TIDY "Create targets for clang-tidy" ON
USE_CCACHE "Enable caching of compiled artifacts using ccache" OFF
Expand Down

0 comments on commit dbd8765

Please sign in to comment.