Skip to content

Commit

Permalink
build cli when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Jul 20, 2019
1 parent c49c57d commit 68e9151
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ target_compile_definitions(text PRIVATE ${TEXT_LANGUAGE})
link_libraries(text)

add_subdirectory(GUI)
#add_subdirectory(GUI/host) # uncomment to build CLI
add_subdirectory(texthook)
add_subdirectory(extensions)
add_subdirectory(test)
if (DEFINED VERSION)
add_subdirectory(GUI/host) # uncomment to build CLI
endif()

0 comments on commit 68e9151

Please sign in to comment.