Add byteswap.hpp to the list of installed headers

This commit is contained in:
2017-04-10 01:35:47 -05:00
parent aaac08d3b2
commit eab7e0ff3a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ FileSystem *createFileSystem(void *buff) {
}
break;
default:
return nullptr;
break;
}
return fs;
+1
View File
@@ -9,6 +9,7 @@ add_library(
install(
FILES
byteswap.hpp
memops.hpp
strops.hpp
std.hpp