The existing CMakeLists file has some poor style choices. add_definitions, link_librarieset al are better replaced with target-specific commands. The dc1394v2 module has poor naming conventions. Also, the set of include files includes some TooN-only files.
This change refactors the CMake code to address these issues.
The existing CMakeLists file has some poor style choices.
add_definitions
,link_libraries
et al are better replaced with target-specific commands. The dc1394v2 module has poor naming conventions. Also, the set of include files includes some TooN-only files.This change refactors the CMake code to address these issues.
This change is