fix include path
parent
95c2b46244
commit
f3279c83fa
|
@ -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})
|
||||||
|
|
Loading…
Reference in New Issue