Skip to content

Commit

Permalink
win32 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Sep 5, 2023
1 parent a5c51ef commit b50b572
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

add_subdirectory(aiecc)
add_subdirectory(aie-opt)
add_subdirectory(aie-reset)
if(NOT WIN32)
add_subdirectory(aie-reset)
endif()
add_subdirectory(aie-translate)
add_subdirectory(chess-clang)

0 comments on commit b50b572

Please sign in to comment.