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