Explorar el Código

Small cmake simplification.

main
offa hace 7 años
padre
commit
fa89795daf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/CMakeLists.txt

+ 1
- 1
test/CMakeLists.txt Ver fichero

@@ -13,7 +13,7 @@ target_link_libraries(TestMain Catch Trompeloeil)
function(add_test_suite name)
add_executable(${name} ${name}.cpp)
target_link_libraries(${name} TestMain ScopeGuard)
add_test(NAME ${name} COMMAND ${name})
add_test(${name} ${name})
endfunction()



Cargando…
Cancelar
Guardar