search-algorithms/src/CMakeLists.txt

6 lines
130 B
CMake
Raw Normal View History

2023-08-31 18:55:36 -05:00
add_executable(search-algorithms
./main.cpp
)
target_include_directories(search-algorithms PUBLIC ${CMAKE_CURRENT_LIST_DIR})