react-native-tuner-engine 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -0
- package/README.md +188 -0
- package/TunerEngine.podspec +32 -0
- package/android/build.gradle +86 -0
- package/android/src/main/AndroidManifest.xml +3 -0
- package/android/src/main/cpp/CMakeLists.txt +31 -0
- package/android/src/main/cpp/OboeAudioSource.cpp +101 -0
- package/android/src/main/cpp/OboeAudioSource.h +41 -0
- package/android/src/main/cpp/TunerEngineJni.cpp +220 -0
- package/android/src/main/java/com/tunerengine/TunerEngineModule.kt +183 -0
- package/android/src/main/java/com/tunerengine/TunerEnginePackage.kt +31 -0
- package/cpp/CMakeLists.txt +25 -0
- package/cpp/build/CMakeCache.txt +347 -0
- package/cpp/build/CMakeFiles/4.3.2/CMakeCXXCompiler.cmake +102 -0
- package/cpp/build/CMakeFiles/4.3.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
- package/cpp/build/CMakeFiles/4.3.2/CMakeSystem.cmake +15 -0
- package/cpp/build/CMakeFiles/4.3.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +949 -0
- package/cpp/build/CMakeFiles/4.3.2/CompilerIdCXX/a.out +0 -0
- package/cpp/build/CMakeFiles/4.3.2/CompilerIdCXX/apple-sdk.cpp +1 -0
- package/cpp/build/CMakeFiles/CMakeConfigureLog.yaml +1619 -0
- package/cpp/build/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- package/cpp/build/CMakeFiles/InstallScripts.json +7 -0
- package/cpp/build/CMakeFiles/Makefile.cmake +118 -0
- package/cpp/build/CMakeFiles/Makefile2 +122 -0
- package/cpp/build/CMakeFiles/TargetDirectories.txt +3 -0
- package/cpp/build/CMakeFiles/cmake.check_cache +1 -0
- package/cpp/build/CMakeFiles/progress.marks +1 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/DependInfo.cmake +36 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/build.make +322 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/cmake_clean.cmake +37 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/cmake_clean_target.cmake +3 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/compiler_depend.make +2 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/compiler_depend.ts +2 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/depend.make +2 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/flags.make +12 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/link.txt +2 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/progress.make +16 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/AudioFrameDispatcher.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/AudioFrameDispatcher.cpp.o.d +814 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/BiquadHpf.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/BiquadHpf.cpp.o.d +206 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/CepstrumPitchDetector.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/CepstrumPitchDetector.cpp.o.d +797 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/EnsembleSelector.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/EnsembleSelector.cpp.o.d +755 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/NoteMapper.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/NoteMapper.cpp.o.d +669 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/OnsetDetector.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/OnsetDetector.cpp.o.d +648 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/Pipeline.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/Pipeline.cpp.o.d +765 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/PostProcessor.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/PostProcessor.cpp.o.d +648 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/PyinPitchDetector.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/PyinPitchDetector.cpp.o.d +755 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/SnrEstimator.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/SnrEstimator.cpp.o.d +648 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/StringMatcher.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/StringMatcher.cpp.o.d +665 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/TunerEngine.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/TunerEngine.cpp.o.d +811 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/Window.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/Window.cpp.o.d +754 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/YinPitchDetector.cpp.o +0 -0
- package/cpp/build/CMakeFiles/tuner_engine_core.dir/src/YinPitchDetector.cpp.o.d +755 -0
- package/cpp/build/Makefile +532 -0
- package/cpp/build/cmake_install.cmake +61 -0
- package/cpp/build/libtuner_engine_core.a +0 -0
- package/cpp/include/AudioFrameDispatcher.hpp +87 -0
- package/cpp/include/BiquadHpf.hpp +22 -0
- package/cpp/include/CepstrumPitchDetector.hpp +33 -0
- package/cpp/include/EnsembleSelector.hpp +25 -0
- package/cpp/include/Fft.hpp +44 -0
- package/cpp/include/IPitchDetector.hpp +21 -0
- package/cpp/include/InstrumentPresets.hpp +33 -0
- package/cpp/include/NoteMapper.hpp +15 -0
- package/cpp/include/OnsetDetector.hpp +37 -0
- package/cpp/include/Pipeline.hpp +55 -0
- package/cpp/include/PitchResult.hpp +24 -0
- package/cpp/include/PostProcessor.hpp +51 -0
- package/cpp/include/PyinPitchDetector.hpp +35 -0
- package/cpp/include/RingBuffer.hpp +72 -0
- package/cpp/include/SnrEstimator.hpp +21 -0
- package/cpp/include/StringMatcher.hpp +27 -0
- package/cpp/include/TunerEngine.hpp +32 -0
- package/cpp/include/TuningPresets.hpp +103 -0
- package/cpp/include/Window.hpp +13 -0
- package/cpp/include/YinPitchDetector.hpp +37 -0
- package/cpp/src/AudioFrameDispatcher.cpp +180 -0
- package/cpp/src/BiquadHpf.cpp +35 -0
- package/cpp/src/CepstrumPitchDetector.cpp +116 -0
- package/cpp/src/EnsembleSelector.cpp +91 -0
- package/cpp/src/NoteMapper.cpp +47 -0
- package/cpp/src/OnsetDetector.cpp +39 -0
- package/cpp/src/Pipeline.cpp +133 -0
- package/cpp/src/PostProcessor.cpp +111 -0
- package/cpp/src/PyinPitchDetector.cpp +134 -0
- package/cpp/src/SnrEstimator.cpp +33 -0
- package/cpp/src/StringMatcher.cpp +37 -0
- package/cpp/src/TunerEngine.cpp +67 -0
- package/cpp/src/Window.cpp +21 -0
- package/cpp/src/YinPitchDetector.cpp +118 -0
- package/cpp/tests/CMakeLists.txt +23 -0
- package/cpp/tests/bench.cpp +160 -0
- package/cpp/tests/build/CMakeCache.txt +356 -0
- package/cpp/tests/build/CMakeFiles/4.3.2/CMakeCXXCompiler.cmake +102 -0
- package/cpp/tests/build/CMakeFiles/4.3.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
- package/cpp/tests/build/CMakeFiles/4.3.2/CMakeSystem.cmake +15 -0
- package/cpp/tests/build/CMakeFiles/4.3.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +949 -0
- package/cpp/tests/build/CMakeFiles/4.3.2/CompilerIdCXX/a.out +0 -0
- package/cpp/tests/build/CMakeFiles/4.3.2/CompilerIdCXX/apple-sdk.cpp +1 -0
- package/cpp/tests/build/CMakeFiles/CMakeConfigureLog.yaml +1619 -0
- package/cpp/tests/build/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- package/cpp/tests/build/CMakeFiles/InstallScripts.json +8 -0
- package/cpp/tests/build/CMakeFiles/Makefile.cmake +122 -0
- package/cpp/tests/build/CMakeFiles/Makefile2 +211 -0
- package/cpp/tests/build/CMakeFiles/TargetDirectories.txt +9 -0
- package/cpp/tests/build/CMakeFiles/cmake.check_cache +1 -0
- package/cpp/tests/build/CMakeFiles/progress.marks +1 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_bench.dir/DependInfo.cmake +23 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_bench.dir/bench.cpp.o +0 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_bench.dir/bench.cpp.o.d +813 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_bench.dir/build.make +114 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_bench.dir/cmake_clean.cmake +11 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_bench.dir/compiler_depend.make +2 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_bench.dir/compiler_depend.ts +2 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_bench.dir/depend.make +2 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_bench.dir/flags.make +12 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_bench.dir/link.txt +1 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_bench.dir/progress.make +3 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_tests.dir/DependInfo.cmake +23 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_tests.dir/build.make +114 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_tests.dir/cmake_clean.cmake +11 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_tests.dir/compiler_depend.make +2 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_tests.dir/compiler_depend.ts +2 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_tests.dir/depend.make +2 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_tests.dir/flags.make +12 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_tests.dir/link.txt +1 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_tests.dir/main.cpp.o +0 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_tests.dir/main.cpp.o.d +823 -0
- package/cpp/tests/build/CMakeFiles/tuner_engine_tests.dir/progress.make +3 -0
- package/cpp/tests/build/CTestTestfile.cmake +9 -0
- package/cpp/tests/build/Makefile +247 -0
- package/cpp/tests/build/cmake_install.cmake +66 -0
- package/cpp/tests/build/tuner_engine_bench +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/progress.marks +1 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/DependInfo.cmake +36 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/build.make +322 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/cmake_clean.cmake +37 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/cmake_clean_target.cmake +3 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/compiler_depend.make +2 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/compiler_depend.ts +2 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/depend.make +2 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/flags.make +12 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/link.txt +2 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/progress.make +16 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/AudioFrameDispatcher.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/AudioFrameDispatcher.cpp.o.d +814 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/BiquadHpf.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/BiquadHpf.cpp.o.d +206 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/CepstrumPitchDetector.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/CepstrumPitchDetector.cpp.o.d +797 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/EnsembleSelector.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/EnsembleSelector.cpp.o.d +755 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/NoteMapper.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/NoteMapper.cpp.o.d +669 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/OnsetDetector.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/OnsetDetector.cpp.o.d +648 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/Pipeline.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/Pipeline.cpp.o.d +765 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/PostProcessor.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/PostProcessor.cpp.o.d +648 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/PyinPitchDetector.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/PyinPitchDetector.cpp.o.d +755 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/SnrEstimator.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/SnrEstimator.cpp.o.d +648 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/StringMatcher.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/StringMatcher.cpp.o.d +665 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/TunerEngine.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/TunerEngine.cpp.o.d +811 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/Window.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/Window.cpp.o.d +754 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/YinPitchDetector.cpp.o +0 -0
- package/cpp/tests/build/tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/YinPitchDetector.cpp.o.d +755 -0
- package/cpp/tests/build/tuner_engine_core/Makefile +544 -0
- package/cpp/tests/build/tuner_engine_core/cmake_install.cmake +45 -0
- package/cpp/tests/build/tuner_engine_core/libtuner_engine_core.a +0 -0
- package/cpp/tests/build/tuner_engine_tests +0 -0
- package/cpp/tests/main.cpp +624 -0
- package/ios/IosAudioSource.h +23 -0
- package/ios/IosAudioSource.mm +174 -0
- package/ios/TunerBridge.h +24 -0
- package/ios/TunerBridge.mm +136 -0
- package/ios/TunerEngine.h +6 -0
- package/ios/TunerEngine.mm +144 -0
- package/lib/module/NativeTunerEngine.js +5 -0
- package/lib/module/NativeTunerEngine.js.map +1 -0
- package/lib/module/TunerEngine.js +43 -0
- package/lib/module/TunerEngine.js.map +1 -0
- package/lib/module/index.js +5 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/package.json +1 -0
- package/lib/module/types.js +2 -0
- package/lib/module/types.js.map +1 -0
- package/lib/module/useTuner.js +55 -0
- package/lib/module/useTuner.js.map +1 -0
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/src/NativeTunerEngine.d.ts +17 -0
- package/lib/typescript/src/NativeTunerEngine.d.ts.map +1 -0
- package/lib/typescript/src/TunerEngine.d.ts +18 -0
- package/lib/typescript/src/TunerEngine.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +4 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/types.d.ts +86 -0
- package/lib/typescript/src/types.d.ts.map +1 -0
- package/lib/typescript/src/useTuner.d.ts +15 -0
- package/lib/typescript/src/useTuner.d.ts.map +1 -0
- package/package.json +141 -0
- package/src/NativeTunerEngine.ts +17 -0
- package/src/TunerEngine.ts +62 -0
- package/src/index.tsx +11 -0
- package/src/types.ts +109 -0
- package/src/useTuner.ts +67 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CMake generated Testfile for
|
|
2
|
+
# Source directory: /Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests
|
|
3
|
+
# Build directory: /Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/build
|
|
4
|
+
#
|
|
5
|
+
# This file includes the relevant testing commands required for
|
|
6
|
+
# testing this directory and lists subdirectories to be tested as well.
|
|
7
|
+
add_test([=[tuner_engine_tests]=] "/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/build/tuner_engine_tests")
|
|
8
|
+
set_tests_properties([=[tuner_engine_tests]=] PROPERTIES _BACKTRACE_TRIPLES "/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/CMakeLists.txt;23;add_test;/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/CMakeLists.txt;0;")
|
|
9
|
+
subdirs("tuner_engine_core")
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
|
|
3
|
+
|
|
4
|
+
# Default target executed when no arguments are given to make.
|
|
5
|
+
default_target: all
|
|
6
|
+
.PHONY : default_target
|
|
7
|
+
|
|
8
|
+
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
9
|
+
.NOTPARALLEL:
|
|
10
|
+
|
|
11
|
+
#=============================================================================
|
|
12
|
+
# Special targets provided by cmake.
|
|
13
|
+
|
|
14
|
+
# Disable implicit rules so canonical targets will work.
|
|
15
|
+
.SUFFIXES:
|
|
16
|
+
|
|
17
|
+
# Disable VCS-based implicit rules.
|
|
18
|
+
% : %,v
|
|
19
|
+
|
|
20
|
+
# Disable VCS-based implicit rules.
|
|
21
|
+
% : RCS/%
|
|
22
|
+
|
|
23
|
+
# Disable VCS-based implicit rules.
|
|
24
|
+
% : RCS/%,v
|
|
25
|
+
|
|
26
|
+
# Disable VCS-based implicit rules.
|
|
27
|
+
% : SCCS/s.%
|
|
28
|
+
|
|
29
|
+
# Disable VCS-based implicit rules.
|
|
30
|
+
% : s.%
|
|
31
|
+
|
|
32
|
+
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
33
|
+
|
|
34
|
+
# Command-line flag to silence nested $(MAKE).
|
|
35
|
+
$(VERBOSE)MAKESILENT = -s
|
|
36
|
+
|
|
37
|
+
#Suppress display of executed commands.
|
|
38
|
+
$(VERBOSE).SILENT:
|
|
39
|
+
|
|
40
|
+
# A target that is always out of date.
|
|
41
|
+
cmake_force:
|
|
42
|
+
.PHONY : cmake_force
|
|
43
|
+
|
|
44
|
+
#=============================================================================
|
|
45
|
+
# Set environment variables for the build.
|
|
46
|
+
|
|
47
|
+
# The shell in which to execute make rules.
|
|
48
|
+
SHELL = /bin/sh
|
|
49
|
+
|
|
50
|
+
# The CMake executable.
|
|
51
|
+
CMAKE_COMMAND = /opt/homebrew/bin/cmake
|
|
52
|
+
|
|
53
|
+
# The command to remove a file.
|
|
54
|
+
RM = /opt/homebrew/bin/cmake -E rm -f
|
|
55
|
+
|
|
56
|
+
# Escaping for special characters.
|
|
57
|
+
EQUALS = =
|
|
58
|
+
|
|
59
|
+
# The top-level source directory on which CMake was run.
|
|
60
|
+
CMAKE_SOURCE_DIR = /Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests
|
|
61
|
+
|
|
62
|
+
# The top-level build directory on which CMake was run.
|
|
63
|
+
CMAKE_BINARY_DIR = /Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/build
|
|
64
|
+
|
|
65
|
+
#=============================================================================
|
|
66
|
+
# Targets provided globally by CMake.
|
|
67
|
+
|
|
68
|
+
# Special rule for the target test
|
|
69
|
+
test:
|
|
70
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
|
|
71
|
+
/opt/homebrew/bin/ctest $(ARGS)
|
|
72
|
+
.PHONY : test
|
|
73
|
+
|
|
74
|
+
# Special rule for the target test
|
|
75
|
+
test/fast: test
|
|
76
|
+
.PHONY : test/fast
|
|
77
|
+
|
|
78
|
+
# Special rule for the target edit_cache
|
|
79
|
+
edit_cache:
|
|
80
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
|
81
|
+
/opt/homebrew/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
82
|
+
.PHONY : edit_cache
|
|
83
|
+
|
|
84
|
+
# Special rule for the target edit_cache
|
|
85
|
+
edit_cache/fast: edit_cache
|
|
86
|
+
.PHONY : edit_cache/fast
|
|
87
|
+
|
|
88
|
+
# Special rule for the target rebuild_cache
|
|
89
|
+
rebuild_cache:
|
|
90
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
91
|
+
/opt/homebrew/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
92
|
+
.PHONY : rebuild_cache
|
|
93
|
+
|
|
94
|
+
# Special rule for the target rebuild_cache
|
|
95
|
+
rebuild_cache/fast: rebuild_cache
|
|
96
|
+
.PHONY : rebuild_cache/fast
|
|
97
|
+
|
|
98
|
+
# The main all target
|
|
99
|
+
all: cmake_check_build_system
|
|
100
|
+
$(CMAKE_COMMAND) -E cmake_progress_start /Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/build/CMakeFiles /Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/build//CMakeFiles/progress.marks
|
|
101
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
102
|
+
$(CMAKE_COMMAND) -E cmake_progress_start /Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/build/CMakeFiles 0
|
|
103
|
+
.PHONY : all
|
|
104
|
+
|
|
105
|
+
# The main clean target
|
|
106
|
+
clean:
|
|
107
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
|
108
|
+
.PHONY : clean
|
|
109
|
+
|
|
110
|
+
# The main clean target
|
|
111
|
+
clean/fast: clean
|
|
112
|
+
.PHONY : clean/fast
|
|
113
|
+
|
|
114
|
+
# Prepare targets for installation.
|
|
115
|
+
preinstall: all
|
|
116
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
117
|
+
.PHONY : preinstall
|
|
118
|
+
|
|
119
|
+
# Prepare targets for installation.
|
|
120
|
+
preinstall/fast:
|
|
121
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
122
|
+
.PHONY : preinstall/fast
|
|
123
|
+
|
|
124
|
+
# clear depends
|
|
125
|
+
depend:
|
|
126
|
+
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
127
|
+
.PHONY : depend
|
|
128
|
+
|
|
129
|
+
#=============================================================================
|
|
130
|
+
# Target rules for targets named tuner_engine_tests
|
|
131
|
+
|
|
132
|
+
# Build rule for target.
|
|
133
|
+
tuner_engine_tests: cmake_check_build_system
|
|
134
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tuner_engine_tests
|
|
135
|
+
.PHONY : tuner_engine_tests
|
|
136
|
+
|
|
137
|
+
# fast build rule for target.
|
|
138
|
+
tuner_engine_tests/fast:
|
|
139
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/tuner_engine_tests.dir/build.make CMakeFiles/tuner_engine_tests.dir/build
|
|
140
|
+
.PHONY : tuner_engine_tests/fast
|
|
141
|
+
|
|
142
|
+
#=============================================================================
|
|
143
|
+
# Target rules for targets named tuner_engine_bench
|
|
144
|
+
|
|
145
|
+
# Build rule for target.
|
|
146
|
+
tuner_engine_bench: cmake_check_build_system
|
|
147
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tuner_engine_bench
|
|
148
|
+
.PHONY : tuner_engine_bench
|
|
149
|
+
|
|
150
|
+
# fast build rule for target.
|
|
151
|
+
tuner_engine_bench/fast:
|
|
152
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/tuner_engine_bench.dir/build.make CMakeFiles/tuner_engine_bench.dir/build
|
|
153
|
+
.PHONY : tuner_engine_bench/fast
|
|
154
|
+
|
|
155
|
+
#=============================================================================
|
|
156
|
+
# Target rules for targets named tuner_engine_core
|
|
157
|
+
|
|
158
|
+
# Build rule for target.
|
|
159
|
+
tuner_engine_core: cmake_check_build_system
|
|
160
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tuner_engine_core
|
|
161
|
+
.PHONY : tuner_engine_core
|
|
162
|
+
|
|
163
|
+
# fast build rule for target.
|
|
164
|
+
tuner_engine_core/fast:
|
|
165
|
+
$(MAKE) $(MAKESILENT) -f tuner_engine_core/CMakeFiles/tuner_engine_core.dir/build.make tuner_engine_core/CMakeFiles/tuner_engine_core.dir/build
|
|
166
|
+
.PHONY : tuner_engine_core/fast
|
|
167
|
+
|
|
168
|
+
bench.o: bench.cpp.o
|
|
169
|
+
.PHONY : bench.o
|
|
170
|
+
|
|
171
|
+
# target to build an object file
|
|
172
|
+
bench.cpp.o:
|
|
173
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/tuner_engine_bench.dir/build.make CMakeFiles/tuner_engine_bench.dir/bench.cpp.o
|
|
174
|
+
.PHONY : bench.cpp.o
|
|
175
|
+
|
|
176
|
+
bench.i: bench.cpp.i
|
|
177
|
+
.PHONY : bench.i
|
|
178
|
+
|
|
179
|
+
# target to preprocess a source file
|
|
180
|
+
bench.cpp.i:
|
|
181
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/tuner_engine_bench.dir/build.make CMakeFiles/tuner_engine_bench.dir/bench.cpp.i
|
|
182
|
+
.PHONY : bench.cpp.i
|
|
183
|
+
|
|
184
|
+
bench.s: bench.cpp.s
|
|
185
|
+
.PHONY : bench.s
|
|
186
|
+
|
|
187
|
+
# target to generate assembly for a file
|
|
188
|
+
bench.cpp.s:
|
|
189
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/tuner_engine_bench.dir/build.make CMakeFiles/tuner_engine_bench.dir/bench.cpp.s
|
|
190
|
+
.PHONY : bench.cpp.s
|
|
191
|
+
|
|
192
|
+
main.o: main.cpp.o
|
|
193
|
+
.PHONY : main.o
|
|
194
|
+
|
|
195
|
+
# target to build an object file
|
|
196
|
+
main.cpp.o:
|
|
197
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/tuner_engine_tests.dir/build.make CMakeFiles/tuner_engine_tests.dir/main.cpp.o
|
|
198
|
+
.PHONY : main.cpp.o
|
|
199
|
+
|
|
200
|
+
main.i: main.cpp.i
|
|
201
|
+
.PHONY : main.i
|
|
202
|
+
|
|
203
|
+
# target to preprocess a source file
|
|
204
|
+
main.cpp.i:
|
|
205
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/tuner_engine_tests.dir/build.make CMakeFiles/tuner_engine_tests.dir/main.cpp.i
|
|
206
|
+
.PHONY : main.cpp.i
|
|
207
|
+
|
|
208
|
+
main.s: main.cpp.s
|
|
209
|
+
.PHONY : main.s
|
|
210
|
+
|
|
211
|
+
# target to generate assembly for a file
|
|
212
|
+
main.cpp.s:
|
|
213
|
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/tuner_engine_tests.dir/build.make CMakeFiles/tuner_engine_tests.dir/main.cpp.s
|
|
214
|
+
.PHONY : main.cpp.s
|
|
215
|
+
|
|
216
|
+
# Help Target
|
|
217
|
+
help:
|
|
218
|
+
@echo "The following are some of the valid targets for this Makefile:"
|
|
219
|
+
@echo "... all (the default if no target is provided)"
|
|
220
|
+
@echo "... clean"
|
|
221
|
+
@echo "... depend"
|
|
222
|
+
@echo "... edit_cache"
|
|
223
|
+
@echo "... rebuild_cache"
|
|
224
|
+
@echo "... test"
|
|
225
|
+
@echo "... tuner_engine_bench"
|
|
226
|
+
@echo "... tuner_engine_core"
|
|
227
|
+
@echo "... tuner_engine_tests"
|
|
228
|
+
@echo "... bench.o"
|
|
229
|
+
@echo "... bench.i"
|
|
230
|
+
@echo "... bench.s"
|
|
231
|
+
@echo "... main.o"
|
|
232
|
+
@echo "... main.i"
|
|
233
|
+
@echo "... main.s"
|
|
234
|
+
.PHONY : help
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
#=============================================================================
|
|
239
|
+
# Special targets to cleanup operation of make.
|
|
240
|
+
|
|
241
|
+
# Special rule to run CMake to check the build system integrity.
|
|
242
|
+
# No rule that depends on this can have commands that come from listfiles
|
|
243
|
+
# because they might be regenerated.
|
|
244
|
+
cmake_check_build_system:
|
|
245
|
+
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
246
|
+
.PHONY : cmake_check_build_system
|
|
247
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Install script for directory: /Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests
|
|
2
|
+
|
|
3
|
+
# Set the install prefix
|
|
4
|
+
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
|
5
|
+
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
|
6
|
+
endif()
|
|
7
|
+
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
|
8
|
+
|
|
9
|
+
# Set the install configuration name.
|
|
10
|
+
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
|
11
|
+
if(BUILD_TYPE)
|
|
12
|
+
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
|
13
|
+
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
|
14
|
+
else()
|
|
15
|
+
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
|
16
|
+
endif()
|
|
17
|
+
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
|
18
|
+
endif()
|
|
19
|
+
|
|
20
|
+
# Set the component getting installed.
|
|
21
|
+
if(NOT CMAKE_INSTALL_COMPONENT)
|
|
22
|
+
if(COMPONENT)
|
|
23
|
+
message(STATUS "Install component: \"${COMPONENT}\"")
|
|
24
|
+
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
|
25
|
+
else()
|
|
26
|
+
set(CMAKE_INSTALL_COMPONENT)
|
|
27
|
+
endif()
|
|
28
|
+
endif()
|
|
29
|
+
|
|
30
|
+
# Is this installation the result of a crosscompile?
|
|
31
|
+
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
32
|
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
33
|
+
endif()
|
|
34
|
+
|
|
35
|
+
# Set path to fallback-tool for dependency-resolution.
|
|
36
|
+
if(NOT DEFINED CMAKE_OBJDUMP)
|
|
37
|
+
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
|
38
|
+
endif()
|
|
39
|
+
|
|
40
|
+
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
|
41
|
+
# Include the install script for the subdirectory.
|
|
42
|
+
include("/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/build/tuner_engine_core/cmake_install.cmake")
|
|
43
|
+
endif()
|
|
44
|
+
|
|
45
|
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
46
|
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
47
|
+
if(CMAKE_INSTALL_LOCAL_ONLY)
|
|
48
|
+
file(WRITE "/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/build/install_local_manifest.txt"
|
|
49
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
50
|
+
endif()
|
|
51
|
+
if(CMAKE_INSTALL_COMPONENT)
|
|
52
|
+
if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
|
|
53
|
+
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
|
54
|
+
else()
|
|
55
|
+
string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}")
|
|
56
|
+
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt")
|
|
57
|
+
unset(CMAKE_INST_COMP_HASH)
|
|
58
|
+
endif()
|
|
59
|
+
else()
|
|
60
|
+
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
|
61
|
+
endif()
|
|
62
|
+
|
|
63
|
+
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
|
64
|
+
file(WRITE "/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/build/${CMAKE_INSTALL_MANIFEST}"
|
|
65
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
66
|
+
endif()
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
|
|
3
|
+
|
|
4
|
+
# Relative path conversion top directories.
|
|
5
|
+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp")
|
|
6
|
+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/tests/build")
|
|
7
|
+
|
|
8
|
+
# Force unix paths in dependencies.
|
|
9
|
+
set(CMAKE_FORCE_UNIX_PATHS 1)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
# The C and CXX include file regular expressions for this directory.
|
|
13
|
+
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
|
14
|
+
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
|
15
|
+
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
|
16
|
+
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
15
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
# Consider dependencies only in project.
|
|
3
|
+
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
|
4
|
+
|
|
5
|
+
# The set of languages for which implicit dependencies are needed:
|
|
6
|
+
set(CMAKE_DEPENDS_LANGUAGES
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
# The set of dependency files which are needed:
|
|
10
|
+
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
|
11
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/AudioFrameDispatcher.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/AudioFrameDispatcher.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/AudioFrameDispatcher.cpp.o.d"
|
|
12
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/BiquadHpf.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/BiquadHpf.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/BiquadHpf.cpp.o.d"
|
|
13
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/CepstrumPitchDetector.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/CepstrumPitchDetector.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/CepstrumPitchDetector.cpp.o.d"
|
|
14
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/EnsembleSelector.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/EnsembleSelector.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/EnsembleSelector.cpp.o.d"
|
|
15
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/NoteMapper.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/NoteMapper.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/NoteMapper.cpp.o.d"
|
|
16
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/OnsetDetector.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/OnsetDetector.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/OnsetDetector.cpp.o.d"
|
|
17
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/Pipeline.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/Pipeline.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/Pipeline.cpp.o.d"
|
|
18
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/PostProcessor.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/PostProcessor.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/PostProcessor.cpp.o.d"
|
|
19
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/PyinPitchDetector.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/PyinPitchDetector.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/PyinPitchDetector.cpp.o.d"
|
|
20
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/SnrEstimator.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/SnrEstimator.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/SnrEstimator.cpp.o.d"
|
|
21
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/StringMatcher.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/StringMatcher.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/StringMatcher.cpp.o.d"
|
|
22
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/TunerEngine.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/TunerEngine.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/TunerEngine.cpp.o.d"
|
|
23
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/Window.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/Window.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/Window.cpp.o.d"
|
|
24
|
+
"/Users/deniz.yesilirmak/Documents/personal/react-native-tuner-engine/cpp/src/YinPitchDetector.cpp" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/YinPitchDetector.cpp.o" "gcc" "tuner_engine_core/CMakeFiles/tuner_engine_core.dir/src/YinPitchDetector.cpp.o.d"
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
# Targets to which this target links which contain Fortran sources.
|
|
28
|
+
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
|
29
|
+
)
|
|
30
|
+
|
|
31
|
+
# Targets to which this target links which contain Fortran sources.
|
|
32
|
+
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
# Fortran module output directory.
|
|
36
|
+
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|