Files
oplabs-mixer-daemon/build/_deps/nlohmann_json-subbuild/CMakeFiles/Makefile.cmake
T
shawn a5423b7f55 Initial extraction: C++ MixerEngine standalone daemon
Extracted from op-pedal mixer-engine branch. Core components:

- MixerEngine / MixerChannelStrip / MixerBus — cleaned of LV2/Pedalboard/IHost/MidiMapper deps
- MixerControlServer — Unix domain socket JSON control interface
- main.cpp — JACK audio I/O client with headless fallback
- CMake build — auto-fetches nlohmann/json, links JACK
- 9 core tests passing

Architecture: JACK ports → MixerEngine::process() → JACK ports,
controlled via Unix socket JSON commands.
2026-06-23 12:17:45 -04:00

53 lines
3.5 KiB
CMake

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/CMakeGenericSystem.cmake"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/CMakeInitializeConfigs.cmake"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/CMakeSystemSpecificInformation.cmake"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/CMakeSystemSpecificInitialize.cmake"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/ExternalProject.cmake"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/ExternalProject/PatchInfo.txt.in"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/ExternalProject/RepositoryInfo.txt.in"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/ExternalProject/UpdateInfo.txt.in"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/ExternalProject/cfgcmd.txt.in"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/ExternalProject/gitclone.cmake.in"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/ExternalProject/gitupdate.cmake.in"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/ExternalProject/mkdirs.cmake.in"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/ExternalProject/shared_internal_commands.cmake"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/Platform/Linux-Initialize.cmake"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/Platform/Linux.cmake"
"/home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/share/cmake-4.3/Modules/Platform/UnixPaths.cmake"
"CMakeFiles/4.3.4/CMakeSystem.cmake"
"CMakeLists.txt"
"nlohmann_json-populate-prefix/tmp/nlohmann_json-populate-mkdirs.cmake"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"nlohmann_json-populate-prefix/tmp/nlohmann_json-populate-mkdirs.cmake"
"nlohmann_json-populate-prefix/tmp/nlohmann_json-populate-gitclone.cmake"
"nlohmann_json-populate-prefix/src/nlohmann_json-populate-stamp/nlohmann_json-populate-gitinfo.txt"
"nlohmann_json-populate-prefix/tmp/nlohmann_json-populate-gitupdate.cmake"
"nlohmann_json-populate-prefix/src/nlohmann_json-populate-stamp/nlohmann_json-populate-update-info.txt"
"nlohmann_json-populate-prefix/src/nlohmann_json-populate-stamp/nlohmann_json-populate-patch-info.txt"
"nlohmann_json-populate-prefix/tmp/nlohmann_json-populate-cfgcmd.txt"
"CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/nlohmann_json-populate.dir/DependInfo.cmake"
)