Fix limedriver.cpp location

This commit is contained in:
Kumi 2024-02-05 10:23:09 +01:00
parent 2306b80869
commit f4e2743690
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 1 additions and 1850 deletions

File diff suppressed because it is too large Load diff

View file

@ -9,8 +9,7 @@ LimeSuite
HDF5 library
compilation:
g++ limedriver.cpp -std=c++11 $(pkg-config --cflags --libs LimeSuite) -o limedriver \
$(h5c++ -show)
$(h5c++ -show) limedriver.cpp -std=c++11 $(pkg-config --cflags --libs LimeSuite) -o limedriver
*/