CMakeList of transmitTest
Posted: Fri 15. Feb 2019, 10:22
Hallo,
I installed the driver and compiled the test applications successfully by running make and by compiling it in the test directory via:
it runs great but I am somehow unable to integrate it in my applications CMakeLists.txt even if I specify the path in the way above. Could you provide your CMakeLists.txt?
Thanks
I installed the driver and compiled the test applications successfully by running make and by compiling it in the test directory via:
Code: Select all
cc -DNO_RT -g -I. -I../lib -I../driver src/transmitest.cpp src/common.c src/parser.cpp -lpcanfd -lstdc++ -L../lib/lib -o transmitest
Thanks