Header only SImDatabase
This commit is contained in:
@@ -55,6 +55,7 @@ if(APPLE)
|
||||
|
||||
target_compile_definitions(germanairlinesva_xplugin PUBLIC
|
||||
APL
|
||||
XP
|
||||
)
|
||||
target_compile_options(germanairlinesva_xplugin PRIVATE
|
||||
"SHELL:-arch x86_64"
|
||||
@@ -76,6 +77,7 @@ elseif(UNIX)
|
||||
|
||||
target_compile_definitions(germanairlinesva_xplugin PUBLIC
|
||||
LIN
|
||||
XP
|
||||
)
|
||||
target_compile_options(germanairlinesva_xplugin PRIVATE
|
||||
-nodefaultlibs
|
||||
@@ -90,6 +92,7 @@ elseif(WIN32)
|
||||
|
||||
target_compile_definitions(germanairlinesva_xplugin PUBLIC
|
||||
IBM
|
||||
XP
|
||||
)
|
||||
if(DEBUG)
|
||||
target_compile_options(germanairlinesva_xplugin PRIVATE
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
#ifndef GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
|
||||
#define GERMANAIRLINESVA_GACONNECTOR_XPLUGIN_MAIN_H
|
||||
|
||||
#include "config/config.h"
|
||||
#include "config/config.hpp"
|
||||
#include "constants.h"
|
||||
#include "logbook/logbook.h"
|
||||
#include "recording/recording.h"
|
||||
#include "simdata/simDatabase.h"
|
||||
#include "simdata/simdataXP.h"
|
||||
#include "simdata/simDatabase.hpp"
|
||||
#include "util.hpp"
|
||||
#include "websocket.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user