Added GTK
This commit is contained in:
@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.4.1)
|
||||
project(AirplayServer)
|
||||
|
||||
set (CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DCMAKE_BUILD_TYPE=Debug")
|
||||
|
||||
add_subdirectory(lib/curve25519)
|
||||
add_subdirectory(lib/ed25519)
|
||||
@@ -17,5 +18,7 @@ include_directories ( renderers ${GTK_INCLUDE_DIRS} )
|
||||
include_directories ( renderers ${GST_INCLUDE_DIRS} )
|
||||
target_link_libraries ( AirplayServer renderers airplay ${GLIB_LDFLAGS} ${GTK_LIBRARIES} ${GST_LIBRARIES})
|
||||
|
||||
install(PROGRAMS AirplayServer DESTINATION bin)
|
||||
set (path CMAKE_SOURCE_DIR)
|
||||
|
||||
install(PROGRAMS AirplayServer DESTINATION path/../)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user