Remove boost.

This commit is contained in:
Your Name
2025-04-26 21:09:14 +12:00
parent e033489f9b
commit bc0edf8e91
6 changed files with 12 additions and 19 deletions

View File

@ -48,9 +48,6 @@ target_include_directories(dropshell PRIVATE
# Link libraries
target_link_libraries(dropshell PRIVATE
Boost::program_options
Boost::filesystem
Boost::system
${CURSES_LIBRARIES}
TBB::tbb
)