delete unnecessary

This commit is contained in:
Антон 2024-03-16 13:06:39 +03:00
parent dbbb04264d
commit 09b6937665
3 changed files with 6 additions and 2 deletions

View File

@ -23,5 +23,5 @@ configure_file(config.json ${CMAKE_BUILD_RPATH} config.json COPYONLY)
add_executable(hello_async
main.cpp
)
src/sdk.h)
target_link_libraries(hello_async PRIVATE Threads::Threads)

View File

@ -8,5 +8,5 @@
int main()
{
return EXIT_SUCCESS
return EXIT_SUCCESS;
}

4
src/sdk.h Normal file
View File

@ -0,0 +1,4 @@
#pragma once
#ifdef WIN32
#include <sdkddkver.h>
#endif