{"id":20757906,"url":"https://github.com/amdmi3/cmake-modules","last_synced_at":"2026-03-16T13:03:21.597Z","repository":{"id":5122643,"uuid":"6287592","full_name":"AMDmi3/cmake-modules","owner":"AMDmi3","description":"Custom CMake modules for locating certain libraries","archived":false,"fork":false,"pushed_at":"2013-03-10T05:35:06.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-18T04:44:06.957Z","etag":null,"topics":["cmake"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"BlackrockDigital/startbootstrap-1-col-portfolio","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AMDmi3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-19T00:24:43.000Z","updated_at":"2014-06-18T09:33:01.000Z","dependencies_parsed_at":"2022-09-12T07:20:40.694Z","dependency_job_id":null,"html_url":"https://github.com/AMDmi3/cmake-modules","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fcmake-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fcmake-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fcmake-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fcmake-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMDmi3","download_url":"https://codeload.github.com/AMDmi3/cmake-modules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243067312,"owners_count":20230900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake"],"created_at":"2024-11-17T09:46:20.066Z","updated_at":"2025-12-24T13:17:22.557Z","avatar_url":"https://github.com/AMDmi3.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"These are custom CMake modules used to locate certain libraries:\n\n- FFmpeg\n- FFTW\n- GSL\n- OpenCV\n- GLEW\n- GLES\n- GLES2\n- SDL_gles\n\nTo use a module, place .cmake file under cmake/ subfolder in your\nproject and add\n\n    SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)\n\nline into your core CMakeLists.txt\n\nAfter that, you'll be able to locate and use these libraries just\nlike you do with libraries CMake provide bundled modules for. For\nexample:\n\n    FIND_PACKAGE(FFMPEG REQUIRED COMPONENTS avutil avcodec avformat swscale)\n\n    INCLUDE_DIRECTORIES(${FFMPEG_INCLUDE_DIRS})\n    ADD_EXECUTABLE(my_app ${MY_APP_SRCS})\n    TARGET_LINK_LIBRARIES(my_app ${FFMPEGVIDEO_LIBRARIES})\n\nSee inside .cmake files to find what variables these modules define\nand what components they have.\n\nThese modules come under CC0 or Public Domain, whichever you find\napplicable, e.g. you may freely use them in your projects, without\nany restrictions and without attribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdmi3%2Fcmake-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famdmi3%2Fcmake-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdmi3%2Fcmake-modules/lists"}