Skip to content

Commit

Permalink
CMakeLists.txt : add log.c to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
xXorAa committed Sep 6, 2024
1 parent f313fd2 commit 43ba418
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
Expand Up @@ -24,6 +24,7 @@ include_directories(
Musashi/
args/src/
inih/
log.c/src/
external/
qlay/
uthash/src/
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43ba418

Please sign in to comment.