commit | 48f35f50bf4d2d16cefe671095bd80a5e49d0228 | [log] [tgz] |
---|---|---|
author | Philippe Antoine <contact@catenacyber.fr> | Thu Jun 27 08:46:45 2019 +0200 |
committer | Philippe Antoine <contact@catenacyber.fr> | Thu Jun 27 08:46:45 2019 +0200 |
tree | b80cf66c0500fe16b1247ab196408a89556dbbd1 | |
parent | cf8fdfd8e13d2e439bb4c5c2f91198eca02c44db [diff] [blame] |
Move fuzz directory to programs
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt index 4cdae78..2350a2e 100644 --- a/programs/CMakeLists.txt +++ b/programs/CMakeLists.txt
@@ -6,3 +6,4 @@ add_subdirectory(test) add_subdirectory(x509) add_subdirectory(util) +add_subdirectory(fuzz)