Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMakeLists.txt : add log.c to the build
Browse files Browse the repository at this point in the history
xXorAa committed Sep 6, 2024
1 parent 7dcb2fa commit c51ee38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ include_directories(
Musashi/
args/src/
inih/
log.c/src/
external/
qlay/
uthash/src/
@@ -65,6 +66,7 @@ add_executable(
external/sdl-ps2.c
args/src/args.c
inih/ini.c
log.c/src/log.c
Musashi/m68kcpu.c
Musashi/m68kops.c
Musashi/m68kdasm.c

0 comments on commit c51ee38

Please sign in to comment.