with command:
INSTALL(FILES ${COMPONENT_HEADERS} DESTINATION include/vision)
The problem is that headers are installed in include/vision/components
and not include/vision/components/ComponentName as I hoped. Is there a
way to overcome this?
cheers,
Gregor
--
Gregor Berginc, Ph.D. Student
ce patch 2 version? Is this a bug or just my bad
interpretation of ADD_CUSTOM_COMMAND and cmake variables?
Also, if you need more information about the behaviour, please let me know.
Best,
Gregor
--
Gregor Berginc, Ph.D. Student
University of Ljubljana, Faculty of CIS
Trzaska 25, SI-1001 Ljubljana
it seems CMake does not support my prefered header extension. I
changed it to .hpp and cmake did not complain. But it also did compile
my header file. I am using GNU C++ compiler.
Can someone help me with the problem?
Best,
--
Gregor Berginc, Ph.D. Student
University of Ljubljana, Faculty of CIS