diff options
author | Oxore <oxore@protonmail.com> | 2022-08-27 11:53:25 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2022-08-27 11:53:25 +0300 |
commit | 903b8dbcaad887f6e14cc8cffc22ddda08dc9f85 (patch) | |
tree | 01254a3d08791a71dea3e7f987b859ae58921d35 /CMakeLists.txt | |
parent | c1b9fead37e32be1b2f97d5be2d8254fdc16d307 (diff) |
Move to C++ completely
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c94615b..d6456c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,8 @@ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fsanitize=address -fno-omit set(CMAKE_LINKER_FLAGS_DEBUG "${CMAKE_LINKER_FLAGS_DEBUG} -fsanitize=address -fno-omit-frame-pointer") set(emulator_sources - bus.c - emulator.c + bus.cpp + emulator.cpp ) set(musashi_m68k_sources musashi-m68k/m68kcpu.c |