Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Apr 23, 2024
1 parent 55988df commit c5bfbf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/films/color.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
//

#include <limits>
#include <future>

#include <luisa-compute.h>

#include <base/film.h>
Expand Down
4 changes: 4 additions & 0 deletions src/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ add_library(luisa-render-util SHARED
polymorphic_closure.h
command_buffer.cpp command_buffer.h
thread_pool.cpp thread_pool.h)

find_package(Threads)

target_link_libraries(luisa-render-util PUBLIC
Threads::Threads
luisa::compute
luisa-render-include
luisa-render-ext)
Expand Down

0 comments on commit c5bfbf3

Please sign in to comment.