mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-27 15:11:01 +00:00
samples should be built only under windows
This commit is contained in:
@@ -16,7 +16,9 @@ target_link_libraries(windows-emulator-test PRIVATE
|
||||
windows-emulator
|
||||
)
|
||||
|
||||
add_dependencies(windows-emulator-test test-sample)
|
||||
if(WIN32)
|
||||
add_dependencies(windows-emulator-test test-sample)
|
||||
endif()
|
||||
|
||||
add_test(NAME windows-emulator-test
|
||||
COMMAND windows-emulator-test
|
||||
|
||||
Reference in New Issue
Block a user