diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-12-22 13:11:32 +0000 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-01-12 14:19:54 +0100 |
commit | d0a386078f471633250a760cdcd1a21a63d0dd06 (patch) | |
tree | 24ac3f4a5bdf4ce6a67be4bf45da6bf5cb576cd6 /include/CMakeLists.txt | |
parent | 26073182645da0a7ba7214b331c725fab1506253 (diff) | |
download | ayatana-indicator-sound-d0a386078f471633250a760cdcd1a21a63d0dd06.tar.gz ayatana-indicator-sound-d0a386078f471633250a760cdcd1a21a63d0dd06.tar.bz2 ayatana-indicator-sound-d0a386078f471633250a760cdcd1a21a63d0dd06.zip |
Port from Unity8 to Lomiri (URL Dispatcher and API).
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r-- | include/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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() |