Add byteswap.hpp to the list of installed headers
This commit is contained in:
@@ -30,7 +30,7 @@ FileSystem *createFileSystem(void *buff) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return nullptr;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return fs;
|
return fs;
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ add_library(
|
|||||||
|
|
||||||
install(
|
install(
|
||||||
FILES
|
FILES
|
||||||
|
byteswap.hpp
|
||||||
memops.hpp
|
memops.hpp
|
||||||
strops.hpp
|
strops.hpp
|
||||||
std.hpp
|
std.hpp
|
||||||
|
|||||||
Reference in New Issue
Block a user