From 3c1c6e24f22a1e5bf23f9de813f2f4099214b6bb Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 22 Dec 2020 13:11:32 +0000 Subject: Port from Unity8 to Lomiri (URL Dispatcher and API). --- include/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/CMakeLists.txt') diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index b70ae87..9947766 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,3 +1,3 @@ -if(UNITY_API_FOUND) -add_subdirectory(unity) -endif() \ No newline at end of file +if(LOMIRI_API_FOUND) +add_subdirectory(lomiri) +endif() -- cgit v1.2.3