initial commit

This commit is contained in:
Blue 2018-08-05 00:46:25 +03:00 committed by Юрий Губич
commit 4b60ece582
327 changed files with 28286 additions and 0 deletions

12
lorgar/CMakeLists.txt Normal file
View file

@ -0,0 +1,12 @@
cmake_minimum_required(VERSION 2.8.12)
project(lorgar)
add_subdirectory(css)
add_subdirectory(lib)
add_subdirectory(test)
add_subdirectory(core)
add_subdirectory(views)
configure_file(index.html index.html)
configure_file(favicon.ico favicon.ico COPYONLY)
configure_file(main.js main.js)