Skip to content

Commit

Permalink
fix: avoid linkining unused library
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed May 6, 2024
1 parent 65850e6 commit 62110f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ else (DOXYGEN_FOUND AND BUILD_DOC)
message("Please install Doxygen to generate the documentation")
endif (DOXYGEN_FOUND AND BUILD_DOC)

add_subdirectory("library/SFML")
target_link_libraries(raytracer sfml-graphics sfml-window sfml-system)

add_subdirectory("library/config")
target_link_libraries(raytracer config)

0 comments on commit 62110f2

Please sign in to comment.