equal
deleted
inserted
replaced
71 file(GLOB NetCpp net/*.cpp) |
71 file(GLOB NetCpp net/*.cpp) |
72 file(GLOB ModelCpp model/*.cpp) |
72 file(GLOB ModelCpp model/*.cpp) |
73 file(GLOB_RECURSE UIcpp ui/*.cpp) |
73 file(GLOB_RECURSE UIcpp ui/*.cpp) |
74 file(GLOB UtilCpp util/*.cpp) |
74 file(GLOB UtilCpp util/*.cpp) |
75 |
75 |
76 if((NOT NO_VIDEOREC) AND ${FFMPEG_FOUND}) |
76 if((NOT NO_VIDEOREC) AND "${FFMPEG_FOUND}") |
77 add_definitions(-DVIDEOREC) |
77 add_definitions(-DVIDEOREC) |
78 endif() |
78 endif() |
79 |
79 |
80 set(hwfr_src |
80 set(hwfr_src |
81 ${ModelCpp} |
81 ${ModelCpp} |