4 lines
149 B
Text
Executable file
4 lines
149 B
Text
Executable file
The package openal-soft provides CMake targets:
|
|
|
|
find_package(OpenAL CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE OpenAL::OpenAL)
|