diff options
author | Sam V <sam.vanheer@outlook.com> | 2022-06-21 15:26:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-22 13:16:19 (GMT) |
commit | 927e091949baf4e9627f48444a90191780501cc4 (patch) | |
tree | fde483c4fd335b28c9090a75160f8f0793092e4a /Tests/CMakeLists.txt | |
parent | 2f3ea66a76cc475a6742d2ed00d9eeadbbaff13e (diff) | |
download | CMake-927e091949baf4e9627f48444a90191780501cc4.zip CMake-927e091949baf4e9627f48444a90191780501cc4.tar.gz CMake-927e091949baf4e9627f48444a90191780501cc4.tar.bz2 |
FindOpenAL: Add imported target
Fixes: #20026
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 24e98f4..3e3447f 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1460,6 +1460,7 @@ if(BUILD_TESTING) LTTngUST ODBC OpenACC + OpenAL OpenCL OpenGL OpenMP |