Refactored CMakeLists.txt
* new pip_module() macro * fixed exports * automatic gather all exports and pass them to Doxygen and PICodeParser
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
/// Differential evaluations
|
||||
|
||||
struct TransferFunction {
|
||||
struct PIP_EXPORT TransferFunction {
|
||||
PIVector<double> vector_Bm, vector_An;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user