Fix typos

This commit is contained in:
David Hrdlička
2021-12-17 07:41:07 +01:00
parent 7df9e2a454
commit 275919859a
4 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ add_executable(86Box WIN32 MACOSX_BUNDLE 86box.c config.c log.c random.c timer.c
device.c nvr.c nvr_at.c nvr_ps2.c rtmidi_midi.cpp ${APP_ICON_MACOSX})
if(CPPTHREADS)
target_sources(plat PRIVATE cpp11_thread.cpp)
target_sources(86Box PRIVATE cpp11_thread.cpp)
endif()
if(APPLE)