9 lines
143 B
CMake
9 lines
143 B
CMake
|
cmake_minimum_required(VERSION 2.8)
|
||
|
|
||
|
# include external sub libs :
|
||
|
SUBDIRS(external)
|
||
|
#include ewol sources
|
||
|
SUBDIRS(sources)
|
||
|
|
||
|
#add_subdirectory
|