diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-11 11:31:14 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-11 11:44:31 +0530 |
| commit | 12d0ce37db7323e8efd56d6a698a98abcb8d680b (patch) | |
| tree | ec2102d40326a332b2ecb976869585f81cba8574 /CMakeLists.txt | |
| parent | 971854bfefad4c644ac3d5f5d6003f24d551bf1d (diff) | |
| download | null-browser-12d0ce37db7323e8efd56d6a698a98abcb8d680b.tar.gz null-browser-12d0ce37db7323e8efd56d6a698a98abcb8d680b.zip | |
Add command+url adapter and switching
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 016f1ea..6154e5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,6 @@ target_link_libraries(tests PRIVATE Qt6::WebEngineWidgets Qt6::Test ${LuaJIT_LINK_LIBRARIES}) -add_test(NAME CommandInputSpec COMMAND tests) +add_test(NAME InputLineSpec COMMAND tests) install(TARGETS ${PROJECT} RUNTIME DESTINATION bin) |
