mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 07:28:09 +01:00
Better MSVC support
* Avoiding use of templated variables. * Now compling on MSVC with /WX (warnings as errors). * Fixed all MSVC warnings. * Fixed MSVC source_groups.
This commit is contained in:
parent
bf99ddd065
commit
c18a3eeab4
17 changed files with 392 additions and 361 deletions
|
|
@ -31,7 +31,7 @@ set(HEADERS
|
|||
skyeye_interpreter/skyeye_common/vfp/vfp_helper.h
|
||||
)
|
||||
|
||||
source_group(dynarmic_tests FILES ${SRCS} ${HEADERS})
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
add_executable(dynarmic_tests ${SRCS})
|
||||
target_link_libraries(dynarmic_tests dynarmic)
|
||||
set_target_properties(dynarmic_tests PROPERTIES LINKER_LANGUAGE CXX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue