Skip to content

Commit

Permalink
m68000: fix linking error (#1771)
Browse files Browse the repository at this point in the history
processor/m68000/m68000.cpp is already compiled into the ares static
library. It shouldn't be built directly by the m68000 test harness.
  • Loading branch information
invertego authored Jan 16, 2025
1 parent c76b87c commit d775c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/m68000/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_executable(m68000 m68000.cpp ../../ares/component/processor/m68000/m68000.cpp)
add_executable(m68000 m68000.cpp)

target_include_directories(m68000 PRIVATE ${CMAKE_SOURCE_DIR})

Expand Down

0 comments on commit d775c09

Please sign in to comment.