fix (libnx): fixed header regex in cmake configuration

This commit is contained in:
antifallobst 2023-05-30 22:15:02 +02:00
parent 5663ddbdd5
commit 6d8a0efdad
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ add_library(libnx)
add_library(libnx_asm OBJECT)
target_include_directories(libnx PRIVATE inc)
file(GLOB_RECURSE libnx_src_c "src/**.c")
file(GLOB_RECURSE libnx_inc "libnx/inc/**.h")
file(GLOB_RECURSE libnx_inc "inc/**.h")
file(GLOB_RECURSE libnx_src_asm "src/**.asm")