Renamed project Ox and restructured it to allow it to become a baremetal
unikernel/stdlib.
This commit is contained in:
+1
-15
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user