Files
libicsneo/include/icsneo/third-party/optional-lite/test/tg-all.bat
T
Paul Hollinsky 6c1cbc9db8 Optional: Move optional-lite to the include/third-party directory
This fixes the use case of adding the include folder
manually to an outside project.
2021-04-23 20:01:53 -04:00

4 lines
73 B
Batchfile

@for %%s in ( c++98 c++03 c++11 c++14 c++17 ) do (
call tg.bat %%s
)