chore: update CMakeLists.txt for ec87edc1

This commit is contained in:
Horror Proton
2022-12-02 20:37:46 +08:00
parent d44cc3ceeb
commit cd214977c6

View File

@@ -100,7 +100,7 @@ else ()
endif ()
if (BUILD_TEST)
add_executable(test src/CppSample/main.cpp)
add_executable(test src/Cpp/main.cpp)
target_link_libraries(test MaaCore)
endif (BUILD_TEST)