diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dddf9a..844570d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,11 +11,9 @@ ensure_vala_version("0.8" MINIMUM) find_package(PkgConfig) pkg_check_modules(GEE REQUIRED gee-1.0) +pkg_check_modules(GIO REQUIRED gio-2.0) +pkg_check_modules(GIO_UNIX REQUIRED gio-unix-2.0) pkg_check_modules(ERL REQUIRED erl_interface) -add_definitions(${GEE_CFLAGS} ${GEE_CFLAGS_OTHER} ${ERL_CFLAGS} ${ERL_CFLAGS_OTHER}) -link_libraries(${GEE_LIBRARIES} ${ERL_LIBRARIES}) -link_directories(${GEE_LIBRARY_DIRS} ${ERL_LIBRARY_DIRS}) - add_subdirectory(src) add_subdirectory(test) |