Skip to content

Commit

Permalink
nvm it doesent like that
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePlank committed May 18, 2024
1 parent e1d102f commit d8340e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ else()
target_link_libraries(liblemons $ENV{HASHLINK}/libhl.lib)
endif()

target_include_directories(liblemons PUBLIC include/)

target_include_directories(liblemons PUBLIC OpenAL)
target_include_directories(liblemons PUBLIC glfw)
target_link_libraries(liblemons OpenAL)
Expand Down
2 changes: 0 additions & 2 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
target_include_directories(liblemons PUBLIC include/)

message(STATUS "creating openal-soft...")
set(ALSOFT_UTILS OFF CACHE BOOL "" FORCE)
set(ALSOFT_EXAMPLES OFF CACHE BOOL "" FORCE)
Expand Down

0 comments on commit d8340e1

Please sign in to comment.