Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Test libappimage_0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Lopez Zubieta committed Jan 22, 2019
1 parent 348aa5e commit c0332c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/libappimage
6 changes: 5 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# required for pkg_check_module's IMPORTED_TARGET
cmake_minimum_required(VERSION 3.6)

import_pkgconfig_target(TARGET_NAME libglib PKGCONFIG_TARGET glib-2.0>=2.40)
import_pkgconfig_target(TARGET_NAME libgobject PKGCONFIG_TARGET gobject-2.0>=2.40)
import_pkgconfig_target(TARGET_NAME libgio PKGCONFIG_TARGET gio-2.0>=2.40)

add_executable(appimaged main.c notify.c notify.h)
target_link_libraries(appimaged PRIVATE inotify-tools libappimage_static xdg-basedir dl)
target_link_libraries(appimaged PRIVATE inotify-tools libappimage_static xdg-basedir dl libglib)

install(
TARGETS appimaged
Expand Down

0 comments on commit c0332c8

Please sign in to comment.