|
|
|
@ -32,7 +32,8 @@ if( MSVC ) |
|
|
|
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/api/" |
|
|
|
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/common/gal/" |
|
|
|
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/pcbnew/" |
|
|
|
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/eeschema/" ) |
|
|
|
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/eeschema/" |
|
|
|
"PATH=path_list_prepend:${CMAKE_BINARY_DIR}/cvpcb/" ) |
|
|
|
set_tests_properties( ${target_name} |
|
|
|
PROPERTIES |
|
|
|
ENVIRONMENT_MODIFICATION "${PATH_MODIFICATION}" |
|
|
|
|