Renamed project Ox and restructured it to allow it to become a baremetal

unikernel/stdlib.
This commit is contained in:
2016-06-24 18:27:46 -05:00
parent f9f19819ef
commit 7a81449148
18 changed files with 80 additions and 69 deletions
+1 -15
View File
@@ -1,17 +1,3 @@
cmake_minimum_required(VERSION 2.8)
add_library(
WFS
filestore.cpp
filesystem.cpp
_memops.cpp
_strops.cpp
)
install(
FILES
filestore.hpp
_memops.hpp
DESTINATION
include/WFS
)
add_subdirectory(ox)