Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rain-kl committed Aug 10, 2023
1 parent b6a3318 commit e23efad
Show file tree
Hide file tree
Showing 70 changed files with 5,202 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source code/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions source code/.idea/ji.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions source code/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions source code/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions source code/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 3.24)
project(ji)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_EXE_LINKER_FLAGS "-static")
add_executable(ji main.cpp)
#链接`__imp_PlaySoundA'
target_link_libraries(ji winmm.lib)


add_executable(main main.cpp)
Empty file.
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit e23efad

Please sign in to comment.