- add install target

This commit is contained in:
Hexadec 2024-06-26 17:42:33 +03:00 committed by Rachael Alexanderson
parent f6509e9f6f
commit 3f996f98df

View file

@ -41,3 +41,5 @@ add_executable(acc
symbol.h symbol.h
token.h token.h
) )
install(TARGETS acc DESTINATION bin)