{"id":20350824,"url":"https://github.com/nclack/cmake-juce","last_synced_at":"2025-03-04T16:31:23.013Z","repository":{"id":139964801,"uuid":"12181168","full_name":"nclack/cmake-juce","owner":"nclack","description":"CMake build for a JUCE project","archived":false,"fork":false,"pushed_at":"2013-08-17T16:29:32.000Z","size":108,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-14T23:57:55.013Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nclack.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":"2013-08-17T15:43:52.000Z","updated_at":"2023-12-11T02:37:39.000Z","dependencies_parsed_at":"2023-03-11T18:26:22.144Z","dependency_job_id":null,"html_url":"https://github.com/nclack/cmake-juce","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/nclack%2Fcmake-juce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nclack%2Fcmake-juce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nclack%2Fcmake-juce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nclack%2Fcmake-juce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nclack","download_url":"https://codeload.github.com/nclack/cmake-juce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241880351,"owners_count":20035949,"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":[],"created_at":"2024-11-14T22:33:58.237Z","updated_at":"2025-03-04T16:31:22.969Z","avatar_url":"https://github.com/nclack.png","language":null,"readme":"cmake-juce\n==========\n\nA [CMake][1] based build system for [Juce][2].\n\nThe aim here is to develop a set of CMake files that can be added to the modules created by *The Introjucer* to aid integration with a parent project.\n\n### Instructions\n\n1.  Create a new static library project using *The Introjucer*.  Install the modules to something like \u003ctt\u003emyproject/juce\u003c/tt\u003e.\n2.  Copy the files in this repository to: \u003ctt\u003emyproject/juce\u003c/tt\u003e\n3.  Update the parent project's \u003ctt\u003eCMakeLists.txt\u003c/tt\u003e.\n\nYou should end up with a directory structure that looks like:\n\n    myproject\\\n      CMakeLists.txt           \u003c-- The CMakeLists.txt file for your project\n      juce\\\n        CMakeLists.txt         |\n        cmake\\                 |\n           juce-linux.cmake    |  -- This repository's files\n           juce-osx.cmake      | \n           juce-win32.cmake    |\n        myproject.jucer\n        Builds\\\n           ...(ignored)\n        JuceLibraryCode\\\n           ...(good stuff)\n        Source\\\n           ...(ignored)\n\nTo statically link [JUCE][2] with your project's \u003ctt\u003eCMakeLists.txt\u003c/tt\u003e, follow this example:\n\n```cmake\n    add_subdirectory(juce)\n    include_directories(${JUCE_INCLUDE_DIRS})\n    target_link_libraries( my-app-target ${JUCE_LIBRARIES})\n```\n\n### Status\n\nI'm just starting to use these files for my personal projects.  I have built a toy project on osx, but the windows and linux builds are completely untested.  Also, I'm just starting to use [JUCE][2], so it's entirely possible this is a terribly wrong approach to using the library.\n\nSo, *caveat utilitor*.\n\n[1]: http://www.cmake.org/cmake/help/documentation.html\n[2]: http://www.juce.com/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnclack%2Fcmake-juce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnclack%2Fcmake-juce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnclack%2Fcmake-juce/lists"}