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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user