fix include path

pull/2/head
cosmonaut 2022-08-11 10:34:08 -07:00
parent 95c2b46244
commit f3279c83fa
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ if(BUILD_CLI)
) )
if(WIN32) if(WIN32)
list(APPEND CLI_SOURCES tools/cli/lib/dirent.h) list(APPEND CLI_SOURCES tools/cli/lib/windows/dirent.h)
endif() endif()
add_executable(cramcli ${CLI_SOURCES}) add_executable(cramcli ${CLI_SOURCES})