Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

6 lines
179 B
CMake

# test_scandir/CMakeLists.txt
add_executable(test_scandir scandir.cpp)
add_executable(test_opendir opendir.cpp)
#get_filename_component(ProjectId ${CMAKE_CURRENT_LIST_DIR} NAME)