mfx_dispatch icon indicating copy to clipboard operation
mfx_dispatch copied to clipboard

Linux is missing files when compiled with cmake

Open Mangomm opened this issue 2 months ago • 0 comments

if (CMAKE_SYSTEM_NAME MATCHES "Linux") add_definitions(-fPIC) list(APPEND SOURCES src/mfx_library_iterator_linux.cpp src/mfx_load_dll_linux.cpp src/mfx_critical_section_linux.cpp ) endif (CMAKE_SYSTEM_NAME MATCHES "Linux")

missing: CMake Error at 3rdlib/src/libmfx/CMakeLists.txt:70 (add_library): Cannot find source file:

src/mfx_library_iterator_linux.cpp

CMake Error at 3rdlib/src/libmfx/CMakeLists.txt:70 (add_library): No SOURCES given to target: libmfx

Since version 1.32.1, these files are missing.

Mangomm avatar Apr 19 '24 05:04 Mangomm