1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2026-06-30 17:00:30 +08:00

add editor

This commit is contained in:
源文雨
2023-03-07 21:29:29 +08:00
parent eda64ca61e
commit 75560f3742
3 changed files with 269 additions and 13 deletions

View File

@@ -10,7 +10,10 @@ add_compile_options(-std=c99)
message(STATUS "optional:-std=c99")
add_executable(cmoe cmoe.c)
add_executable(cmoeditor editor.c)
target_link_libraries(cmoe spb)
target_link_libraries(cmoeditor spb)
INSTALL(TARGETS cmoe RUNTIME DESTINATION bin)
INSTALL(TARGETS cmoeditor RUNTIME DESTINATION bin)