Skip to content

Commit

Permalink
Add missing libsrc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
atirut-w committed Feb 1, 2024
1 parent 77bc885 commit bef56eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ set(LIBSRC_OVERRIDES

add_custom_target(libsrc
ALL
DEPENDS zcc z88dk-ucpp z88dk-zpragma z88dk-sccz80 z88dk-copt z88dk-z80asm
DEPENDS zcc z88dk-ucpp z88dk-zpragma z88dk-sccz80 z88dk-copt z88dk-z80asm z88dk-zx0
BYPRODUCTS ${CMAKE_BINARY_DIR}/libsrc
COMMAND make -C ${PROJECT_SOURCE_DIR}/libsrc ${LIBSRC_OVERRIDES} -j${NPROC} && make -C ${PROJECT_SOURCE_DIR}/libsrc install
COMMAND make -C ${PROJECT_SOURCE_DIR}/libsrc/_DEVELOPMENT ${LIBSRC_OVERRIDES} -j${NPROC}
Expand Down

0 comments on commit bef56eb

Please sign in to comment.