Changeset 45 in flair-src for trunk/lib/FlairFilter/src


Ignore:
Timestamp:
07/18/16 16:13:56 (8 years ago)
Author:
Sanahuja Guillaume
Message:

added compile info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairFilter/src/UavMultiplex.cpp

    r15 r45  
    2222#include <Tab.h>
    2323#include <GridLayout.h>
     24#include "compile_info.h"
    2425
    2526using std::string;
    2627using namespace flair::core;
    2728using namespace flair::gui;
     29
     30//todo: put it on seprate file, but not possible with static lib?
     31static void constructor() __attribute__((constructor));
     32
     33void constructor() {
     34  compile_info("FlairFilter");
     35}
     36
    2837
    2938namespace flair {
Note: See TracChangeset for help on using the changeset viewer.