common: fix cmake on win32

This commit is contained in:
kojin
2021-09-02 12:36:36 -04:00
committed by Kojin
parent 8fdaaa2eab
commit 831c8b9189
14 changed files with 108 additions and 166 deletions
+1 -2
View File
@@ -42,8 +42,7 @@ if(NOT NO_TRANSLATION)
endif()
# make common
add_subdirectory(common/src/Utilities)
add_subdirectory(common/src/x86emitter)
add_subdirectory(common)
# make pcsx2
add_subdirectory(pcsx2)