Skip to content

Commit

Permalink
[circle-verify] Revise to use mio-circle06
Browse files Browse the repository at this point in the history
This will revise to use mio-circle06.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark committed Sep 1, 2023
1 parent ff51c1d commit 76662be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions compiler/circle-verify/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
if(NOT TARGET mio_circle05)
message(STATUS "Skip circle-verify: mio_circle05 not found")
if(NOT TARGET mio_circle06)
message(STATUS "Skip circle-verify: mio_circle06 not found")
return()
endif(NOT TARGET mio_circle05)
endif(NOT TARGET mio_circle06)

file(GLOB_RECURSE SOURCES "src/*.cpp")

add_executable(circle-verify ${SOURCES})
target_include_directories(circle-verify PRIVATE src)
target_link_libraries(circle-verify arser)
target_link_libraries(circle-verify mio_circle05)
target_link_libraries(circle-verify mio_circle06)
target_link_libraries(circle-verify safemain)
target_link_libraries(circle-verify cwrap)
target_link_libraries(circle-verify foder)
2 changes: 1 addition & 1 deletion compiler/circle-verify/requires.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require("arser")
require("mio-circle05")
require("mio-circle06")
require("safemain")
require("cwrap")
require("foder")

0 comments on commit 76662be

Please sign in to comment.