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

cmake configuration

This commit is contained in:
albfan 2015-03-09 00:06:19 +01:00
parent f884dd858c
commit 2e933497ff
8 changed files with 390 additions and 0 deletions

22
CMakeLists.txt Normal file
View file

@ -0,0 +1,22 @@
project(Miraclecast)
set(CMAKE_C_FLAGS "-std=c99")
cmake_minimum_required(VERSION 3.1)
add_subdirectory(src)
add_subdirectory(res)
add_subdirectory(test)
########### install files ###############
#original Makefile.am contents follow:
#SUBDIRS = src res test
#EXTRA_DIST = README.md \
# COPYING \
# NEWS
#
#ACLOCAL_AMFLAGS = -I m4