exclude test1 from default target

This commit is contained in:
Green Sky 2024-01-27 12:09:34 +01:00
parent 2aea0bbdac
commit fec97a89c7
No known key found for this signature in database

View File

@ -20,7 +20,7 @@ target_link_libraries(solanaceae_llama-cpp-web PUBLIC
######################################## ########################################
add_executable(test1 add_executable(test1 EXCLUDE_FROM_ALL
test1.cpp test1.cpp
) )