fixed typo in cmake template file

This commit is contained in:
jakeg00dwin 2024-03-20 13:55:03 -07:00
parent 6dea8022ec
commit 8cc19edbe3
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ add_library(module_name STATIC
module_name.c
)
target_include_directories(modlue_name PUBLIC
target_include_directories(module_name PUBLIC
${CMAKE_CURRENT_LIST_DIR}
)