Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bvarillon authored Sep 14, 2023
1 parent 41ace77 commit 3bfef26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ add_executable(RayTracing src/main.cpp
src/Material.cpp
src/Renderer.cpp
src/Arguments.cpp
${CMAKE_CURRENT_BINARY_DIR}/version.h)
${CMAKE_BINARY_DIR}/version.h)
if(UNIX)
target_link_libraries(RayTracing pthread)
endif(UNIX)
Expand Down

0 comments on commit 3bfef26

Please sign in to comment.