Skip to content

Commit

Permalink
CMakeLists.txt - add LIBICAL_BUILD_EXAMPLES as a CMake option
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed May 5, 2024
1 parent 28c795b commit 9f712bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ if(ENABLE_LTO_BUILD)
endif()

libical_option(LIBICAL_BUILD_TESTING "Build tests." True)
libical_option(LIBICAL_BUILD_EXAMPLES "Build examples." True)

################# build subdirs ########################

Expand Down

0 comments on commit 9f712bf

Please sign in to comment.