mirror of https://github.com/procxx/kepka.git
Add Gtk dependency
This commit is contained in:
parent
aab75e23fb
commit
bbea7f308d
|
@ -12,6 +12,10 @@ find_package(OpenAL REQUIRED)
|
|||
find_package(ZLIB REQUIRED)
|
||||
find_package(OpenSSL REQUIRED)
|
||||
find_package(LibLZMA REQUIRED)
|
||||
find_package(GTK3 3.0 REQUIRED gtk)
|
||||
|
||||
include_directories(${GTK3_INCLUDE_DIRS})
|
||||
link_directories(${GTK3_LIBRARY_DIRS})
|
||||
|
||||
#find_package(PortAudio REQUIRED)
|
||||
#find_package(Opus REQUIRED)
|
||||
|
|
Loading…
Reference in New Issue