diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 9d74e15..b70ae87 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1 +1,3 @@ +if(UNITY_API_FOUND) add_subdirectory(unity) +endif()
\ No newline at end of file |