mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-12-27 21:35:41 +00:00
Rename built binary to tawashi.cgi
Also copy html dir when doing make install.
This commit is contained in:
parent
4a57181ff6
commit
457127aa04
2 changed files with 7 additions and 0 deletions
|
@ -8,3 +8,5 @@ add_subdirectory(lib/incredis)
|
|||
add_subdirectory(lib/mstch)
|
||||
add_subdirectory(lib/houdini)
|
||||
add_subdirectory(src)
|
||||
|
||||
install(DIRECTORY html DESTINATION .)
|
||||
|
|
|
@ -60,6 +60,11 @@ target_compile_options(${PROJECT_NAME}
|
|||
PRIVATE -fdiagnostics-color=always
|
||||
)
|
||||
|
||||
set_target_properties(
|
||||
${PROJECT_NAME}
|
||||
PROPERTIES SUFFIX .cgi
|
||||
)
|
||||
|
||||
install(TARGETS ${PROJECT_NAME}
|
||||
LIBRARY DESTINATION lib
|
||||
RUNTIME DESTINATION bin
|
||||
|
|
Loading…
Reference in a new issue