address review comments

This commit is contained in:
Jared Van Bortel 2023-11-06 16:07:21 -05:00
parent 22f43fca0a
commit 354802979e
2 changed files with 1 additions and 10 deletions

View file

@ -1,9 +0,0 @@
#ifndef BUILD_INFO_H
#define BUILD_INFO_H
#define BUILD_NUMBER 1418
#define BUILD_COMMIT "9d02956"
#define BUILD_COMPILER "clang version 16.0.0"
#define BUILD_TARGET "x86_64-unknown-linux-gnu"
#endif // BUILD_INFO_H

View file

@ -41,7 +41,7 @@ endif()
set(TARGET common) set(TARGET common)
add_library(${TARGET} STATIC add_library(${TARGET} STATIC
base64.hpp base64.hpp
common.h common.h
common.cpp common.cpp
sampling.h sampling.h