It is now maintained at https://github.com/cariad-tech
- fep_sdk_system package (i.e. fep_sdk_system/2.x.y@aev25/stable)
- internally it uses fep_sdk_metamodel package (i.e. fep_sdk_metamodel/a.b.c@aev25/stable)
The FEP Controller Library provides a CMake >= 3.5 configuration. Here's how to use it from your own CMake projects:
find_package(fep_controller_lib REQUIRED)
You can append the FEP Controller Library target to your existing targets to add a dependency:
target_link_libraries(my_existing_target PRIVATE fep_controller_lib)
fep_deploy_libraries(my_existing_target)
Note that the fep_controller_lib target will transitively pull in all required include directories and libraries.
The libraries are build and tested only under following compilers and operating systems:
- Windows 10 x64 with Visual Studio C++ 2015 Update 3.1 (Update 3 and KB3165756)
- Linux Ubuntu 16.04 LTS x64 with GCC 5.4 and libstdc++11 (C++11 ABI)