ahmetozlu/vehicle_counting_hog_svm

CMakeLists.txt

nmka55 opened this issue · 1 comments

Can't run cmake because there's no txt file. Please add it to the package ASAP please.

Solved my issue by copying nessary CMakeLists.txt from developer's another project.
To solve this:

  1. Copy CMakeLists.txt in the project's root folder.
  2. Copy CMakeListsSRC.txt in /src folder (where the Main.cpp, yml file is). Rename the txt file to CMakeLists.txt
    and you're good to go.
    CMakeLists.txt
    CMakeListsSRC.txt