Skip to content

Commit

Permalink
test: resource of PipelineSmoking
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 24, 2023
1 parent 9df21f0 commit ad989c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/TestingSet
8 changes: 4 additions & 4 deletions test/source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ file(
*.h
*.hpp)

add_executable(testing ${testing_src})
add_executable(Testing ${testing_src})

target_link_libraries(testing MaaFramework)
target_link_libraries(Testing MaaFramework)

add_dependencies(testing MaaFramework)
add_dependencies(Testing MaaFramework)

install(TARGETS testing RUNTIME DESTINATION bin)
install(TARGETS Testing RUNTIME DESTINATION bin)

0 comments on commit ad989c5

Please sign in to comment.