diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-03 11:05:12 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-03 11:05:12 +0200 |
commit | 52014909a75a2c6155d4892ecefed0effc4c7341 (patch) | |
tree | 37e8c7a8bfec34bc40057494ff820c3598674ebe /CMakeLists.txt | |
parent | c7a370a7991e6e2047c46f4153c59d6401ca5040 (diff) | |
download | synthpod-52014909a75a2c6155d4892ecefed0effc4c7341.tar.xz |
migrate nsm support from libuv to libecore_con.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 01009fd5..394fff34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,10 @@ option(BUILD_PORTAUDIO "Build PortAudio standalone host" OFF) # eina pkg_search_module(EINA REQUIRED eina>=1.8) include_directories(${EINA_INCLUDE_DIRS}) + +# ecore-con +pkg_search_module(ECORE_CON REQUIRED ecore-con>=1.8) +include_directories(${ECORE_CON_INCLUDE_DIRS}) # libuv pkg_search_module(UV REQUIRED libuv>=1.0) |