xo-tokenizer: build: canonical lib/proj names, + xo_ prefix

This commit is contained in:
Roland Conybeare 2024-07-23 12:05:39 +10:00
commit 04920c0e9a
5 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# tokenizer/CMakeLists.txt
set(SELF_LIB tokenizer)
set(SELF_LIB xo_tokenizer)
set(SELF_SRCS
tokentype.cpp
token.cpp)