start moving to another architecture

This commit is contained in:
arcan1s
2014-01-26 03:49:43 +04:00
parent 473d195ea9
commit 7c874ca96d
170 changed files with 3170 additions and 14746 deletions

View File

@ -0,0 +1,13 @@
# set project name
set (PROJECT mm)
# set additional cmake file
include (${PROJECT}.cmake)
if (ADD_DOCS)
include (doxygen.cmake)
endif ()
# additional targets
set (TARGETS "")
set (HEADERS "")
add_subdirectory (${PROJECT_SOURCE_DIR})