initial commit
This commit is contained in:
commit
4b60ece582
327 changed files with 28286 additions and 0 deletions
12
lorgar/CMakeLists.txt
Normal file
12
lorgar/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue