diff --git a/build_all.bat b/build_all.bat index 1f7e851..28aff7c 100644 --- a/build_all.bat +++ b/build_all.bat @@ -1,3 +1,3 @@ cmake -B build cmake --build build -pause \ No newline at end of file +pause diff --git a/build_all_mingw.bat b/build_all_mingw.bat index d549f20..7d5af12 100644 --- a/build_all_mingw.bat +++ b/build_all_mingw.bat @@ -1,3 +1,3 @@ cmake -G "MinGW Makefiles" -B build cmake --build build -pause \ No newline at end of file +pause diff --git a/build_lib_mingw.bat b/build_lib_mingw.bat index c7d966c..ff0a3db 100644 --- a/build_lib_mingw.bat +++ b/build_lib_mingw.bat @@ -1,3 +1,3 @@ cmake -G "MinGW Makefiles" -B build -DBUILD_EXAMPLE=OFF cmake --build build -pause \ No newline at end of file +pause