mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 15:35:45 +00:00
Fix a few linker issues with the eval lib.
This commit is contained in:
@ -92,6 +92,8 @@ target_include_directories(projectM
|
||||
)
|
||||
|
||||
target_link_libraries(projectM
|
||||
PRIVATE
|
||||
projectM::Eval
|
||||
PUBLIC
|
||||
${PROJECTM_OPENGL_LIBRARIES}
|
||||
libprojectM::API
|
||||
|
||||
@ -51,6 +51,7 @@ add_library(MilkdropPreset OBJECT
|
||||
WaveformPerFrameContext.hpp
|
||||
WaveformPerPointContext.cpp
|
||||
WaveformPerPointContext.hpp
|
||||
EvalLibMutex.cpp
|
||||
)
|
||||
|
||||
target_include_directories(MilkdropPreset
|
||||
|
||||
4
src/libprojectM/MilkdropPreset/EvalLibMutex.cpp
Normal file
4
src/libprojectM/MilkdropPreset/EvalLibMutex.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
#include <projectm-eval.h>
|
||||
|
||||
void projectm_eval_memory_host_lock_mutex() {}
|
||||
void projectm_eval_memory_host_unlock_mutex() {}
|
||||
Reference in New Issue
Block a user