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