address review comments
This commit is contained in:
parent
22f43fca0a
commit
354802979e
2 changed files with 1 additions and 10 deletions
|
@ -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
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue