Skip to content

Comments

Add CMake build#22

Open
headupinclouds wants to merge 2 commits intonenadmarkus:masterfrom
headupinclouds:pr.cmake
Open

Add CMake build#22
headupinclouds wants to merge 2 commits intonenadmarkus:masterfrom
headupinclouds:pr.cmake

Conversation

@headupinclouds
Copy link

  • add CMake build files w/ standard package-config install
    i.e., end user can include in separate project w/
    find_package(pico CONFIG REQUIRED)
    target_link_librari(some_app pico::pico)
  • use Hunter (optional) for OpenCV automatic dependency in app
    • use standard opencv include paths
    • add missing *_c.h includes for latest OpenCV
  • use stdlib.h for defined(MACH) -- no malloc.h
  • add OpenMP platform check for building

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant