6 lines
179 B
CMake
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)
|