mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
cmake configuration
This commit is contained in:
parent
f884dd858c
commit
2e933497ff
8 changed files with 390 additions and 0 deletions
22
CMakeLists.txt
Normal file
22
CMakeLists.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue