Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
untodesu committed Jul 27, 2021
1 parent e20d8a9 commit 1c0f07d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ option(SALAD_EXAMPLES "Build examples" ON)
add_library(salad STATIC
"${CMAKE_CURRENT_LIST_DIR}/include/AL/al.h"
"${CMAKE_CURRENT_LIST_DIR}/include/AL/alc.h"
"${CMAKE_CURRENT_LIST_DIR}/include/AL/efx.h"
"${CMAKE_CURRENT_LIST_DIR}/include/AL/salad.h"
"${CMAKE_CURRENT_LIST_DIR}/salad.c")
target_include_directories(salad PUBLIC "${CMAKE_CURRENT_LIST_DIR}/include")
Expand Down

0 comments on commit 1c0f07d

Please sign in to comment.