upd: further config environment

This commit is contained in:
2023-11-06 16:13:31 +08:00
parent 4efd7f25e8
commit 5947221e97
3 changed files with 39 additions and 2 deletions

View File

@ -28,4 +28,6 @@ target_link_libraries(code int2048)
### YOU CAN'T MODIFY THE CODE BELOW
target_link_libraries(code PyAntlr)
target_link_libraries(code antlr4-runtime)
### YOU CAN"T MODIFY THE CODE ABOVE
### YOU CAN"T MODIFY THE CODE ABOVE
include(test/ctest_config)