Skip to content

Commit

Permalink
Post-rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
atirut-w committed Mar 5, 2024
1 parent 67d3f3f commit d1cc85f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/z80asm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ add_executable(z88dk-z80asm
"src/c/zobjfile.c"

# ${CXX_SRCS}
"src/cpp/args.cpp"
"src/args.cpp"
"src/errors.cpp"
"src/utils.cpp"
"src/cpp/defines.cpp"
"src/cpp/errors.cpp"
"src/cpp/float.cpp"
"src/cpp/lstfile.cpp"
"src/cpp/main.cpp"
"src/cpp/preproc.cpp"
"src/cpp/scan2.cpp"
"src/cpp/utils.cpp"
)
target_include_directories(z88dk-z80asm PRIVATE
"./"
Expand Down

0 comments on commit d1cc85f

Please sign in to comment.