cmake: Don't build torture_rand on Windows.
Этот коммит содержится в:
родитель
80d7ccb522
Коммит
f3a6c3152c
@ -7,4 +7,6 @@ add_cmockery_test(torture_keyfiles torture_keyfiles.c ${TORTURE_LIBRARY})
|
||||
add_cmockery_test(torture_list torture_list.c ${TORTURE_LIBRARY})
|
||||
add_cmockery_test(torture_misc torture_misc.c ${TORTURE_LIBRARY})
|
||||
add_cmockery_test(torture_options torture_options.c ${TORTURE_LIBRARY})
|
||||
add_cmockery_test(torture_rand torture_rand.c ${TORTURE_LIBRARY})
|
||||
if (UNIX AND NOT WIN32)
|
||||
add_cmockery_test(torture_rand torture_rand.c ${TORTURE_LIBRARY})
|
||||
endif (UNIX AND NOT WIN32)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user