7 lines
150 B
CMake
7 lines
150 B
CMake
add_executable(search-algorithms
|
|
./main.cpp
|
|
./algorithm.cpp
|
|
)
|
|
|
|
target_include_directories(search-algorithms PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|