mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 06:47:14 +02:00
Moving headers into include/sls (#212)
This commit is contained in:
@ -5,11 +5,12 @@ This file is used to generate the command line binaries
|
||||
we get the different files.
|
||||
|
||||
*/
|
||||
#include "sls/Detector.h"
|
||||
|
||||
#include "CmdParser.h"
|
||||
#include "CmdProxy.h"
|
||||
#include "Detector.h"
|
||||
#include "sls_detector_defs.h"
|
||||
#include "versionAPI.h"
|
||||
#include "sls/sls_detector_defs.h"
|
||||
#include "sls/versionAPI.h"
|
||||
#include <cstring> //strcmp
|
||||
#include <iostream>
|
||||
int main(int argc, char *argv[]) {
|
||||
|
Reference in New Issue
Block a user