.
This commit is contained in:
@ -21,6 +21,7 @@ configure_file(
|
||||
# Find required packages
|
||||
find_package(Boost REQUIRED COMPONENTS program_options filesystem system)
|
||||
find_package(Curses REQUIRED)
|
||||
find_package(TBB REQUIRED)
|
||||
|
||||
# Auto-detect source files
|
||||
file(GLOB_RECURSE SOURCES "src/*.cpp")
|
||||
@ -42,6 +43,7 @@ target_link_libraries(dropshell PRIVATE
|
||||
Boost::filesystem
|
||||
Boost::system
|
||||
${CURSES_LIBRARIES}
|
||||
TBB::tbb
|
||||
)
|
||||
|
||||
# Install targets
|
||||
|
Reference in New Issue
Block a user