Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Feb 20, 2024
1 parent a6bb89a commit f788322
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 @@ -45,4 +45,6 @@ else()
llvm_add_host_executable(build-timeit timeit timeit.c)
endif()

add_executable(not ${CMAKE_CURRENT_SOURCE_DIR}/not.cpp)
if(NOT ARCH STREQUAL "MOS")
add_executable(not ${CMAKE_CURRENT_SOURCE_DIR}/not.cpp)
endif()

0 comments on commit f788322

Please sign in to comment.