Skip to content

Commit

Permalink
cmake: enable_testing()
Browse files Browse the repository at this point in the history
  • Loading branch information
unixwitch committed Apr 4, 2021
1 parent d9f800c commit 32b5928
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ cmake_minimum_required(VERSION 3.12)

project(patricia)

enable_testing()

add_library(sk-patricia INTERFACE)
target_include_directories(sk-patricia INTERFACE include)
target_compile_features(sk-patricia INTERFACE cxx_std_20)
Expand Down

0 comments on commit 32b5928

Please sign in to comment.