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

fix cmake compilation

closes #7
This commit is contained in:
albfan 2015-04-11 13:03:14 +02:00
parent 8b61f733da
commit 8484a126be
14 changed files with 131 additions and 21 deletions

View file

@ -1,3 +1,4 @@
set(CMAKE_C_FLAGS "-std=gnu11")
########### next target ###############
find_package(PkgConfig)