mirror of
https://github.com/nqrduck/LimeDriver.git
synced 2024-11-25 03:22:25 +00:00
Fix limedriver.cpp location
This commit is contained in:
parent
2306b80869
commit
f4e2743690
2 changed files with 1 additions and 1850 deletions
1848
limedriver.cpp
1848
limedriver.cpp
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue