Skip to content

Commit

Permalink
Add root CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Sep 6, 2018
1 parent 4de8d6e commit 6cd5b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ include(CTest) #adds option BUILD_TESTING (default ON)

if(BUILD_TESTING AND JSON_BuildTests)
enable_testing()
add_subdirectory(test)
add_subdirectory(tests)
endif()

##
Expand Down

0 comments on commit 6cd5b8b

Please sign in to comment.