Skip to content

Commit

Permalink
加入原来的编译测试文件
Browse files Browse the repository at this point in the history
  • Loading branch information
chirsz-ever committed Apr 6, 2020
1 parent 2bd6a5c commit b5aeb24
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 1,052 deletions.
11 changes: 11 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ add_library(${LIB_NAME} STATIC

# Just a hint
target_link_libraries(${LIB_NAME} gdiplus imm32 msimg32)

# compile test
add_executable(graphicstest graphicstest/maintest.cpp)

target_include_directories(graphicstest BEFORE
PRIVATE .)

target_link_libraries(graphicstest ${LIB_NAME})
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
target_link_libraries(graphicstest -mwindows)
endif ()
102 changes: 0 additions & 102 deletions src/graphicstest/graphicstest06.dsp

This file was deleted.

29 changes: 0 additions & 29 deletions src/graphicstest/graphicstest06.dsw

This file was deleted.

26 changes: 0 additions & 26 deletions src/graphicstest/graphicstest09.sln

This file was deleted.

Loading

0 comments on commit b5aeb24

Please sign in to comment.