Skip to content

Commit

Permalink
Clean the Cmake a little
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Apr 1, 2024
1 parent dd8c779 commit c1c4600
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/emulator/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target_sources(8ChocChip PRIVATE Cpu.cpp
target_sources(8ChocChip PRIVATE
Cpu.cpp
Cpu.h
Keyboard.cpp
Keyboard.h
Renderer.cpp
Renderer.h
../sfml/emulator/SfmlSpeaker.cpp
Speaker.h)
3 changes: 2 additions & 1 deletion src/sfml/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target_sources(8ChocChip PRIVATE TextButton.cpp
target_sources(8ChocChip PRIVATE
TextButton.cpp
TextButton.h)
3 changes: 2 additions & 1 deletion src/util/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target_sources(8ChocChip PRIVATE MiscUtil.cpp
target_sources(8ChocChip PRIVATE
MiscUtil.cpp
MiscUtil.h)

0 comments on commit c1c4600

Please sign in to comment.