From f3279c83fae0249189dd5b290b18cb3f1fb85602 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 11 Aug 2022 10:34:08 -0700 Subject: [PATCH] fix include path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8462248..5591203 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ if(BUILD_CLI) ) if(WIN32) - list(APPEND CLI_SOURCES tools/cli/lib/dirent.h) + list(APPEND CLI_SOURCES tools/cli/lib/windows/dirent.h) endif() add_executable(cramcli ${CLI_SOURCES})