fix (libnx): fixed header regex in cmake configuration
This commit is contained in:
parent
5663ddbdd5
commit
6d8a0efdad
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue