1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Change to support CI environment

This commit is contained in:
Alberto Fanjul 2016-06-30 13:31:31 +02:00 committed by albfan
parent 412ce067b6
commit 7228c3e63d
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,7 @@ add_executable(miracle-wifid ${miracle-wifid_SRCS})
target_link_libraries(miracle-wifid ${KDE4_KDECORE_LIBS})
cmake_policy(SET CMP0015 NEW)
include_directories(shared)
link_directories(shared)
target_link_libraries(miracle-wifid miracle-shared)