Skip to content

Commit

Permalink
Rename tool to avoid conflict with DOS color command
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Oct 9, 2024
1 parent 8972ebf commit 49bd90d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ add_executable(iterate iterate.cpp)
target_link_libraries(iterate PUBLIC mandel)
set_property(TARGET iterate PROPERTY FOLDER Tools)

add_executable(color color.cpp)
target_link_libraries(color PUBLIC mandel)
set_property(TARGET color PROPERTY FOLDER Tools)
add_executable(color-iters color.cpp)
target_link_libraries(color-iters PUBLIC mandel)
set_property(TARGET color-iters PROPERTY FOLDER Tools)

0 comments on commit 49bd90d

Please sign in to comment.