Open Pacmanfan opened 7 years ago
I just used this project in a C++ application with a gnuradio flowgraph. You need to modify the project to install the paint_config.h file along with the paint_bc.h file. The CMakeLists.txt file should be changed to:
install(FILES api.h paint_bc.h paint_config.h DESTINATION include/paint )
This will allow the compiler to locate the paint_config.h during compilation.
Thanx for pointing this out. Just pushed the fix.
I just used this project in a C++ application with a gnuradio flowgraph. You need to modify the project to install the paint_config.h file along with the paint_bc.h file. The CMakeLists.txt file should be changed to:
install(FILES api.h paint_bc.h paint_config.h DESTINATION include/paint )
This will allow the compiler to locate the paint_config.h during compilation.