build: fix namespace build macro

This commit is contained in:
2026-05-03 14:47:55 +01:00
parent 7b42a023e4
commit a0283da135
4 changed files with 15 additions and 25 deletions
+2 -7
View File
@@ -1,7 +1,2 @@
set(namespace_include_paths ${CMAKE_CURRENT_SOURCE_DIR}/include PARENT_SCOPE)
file(GLOB namespace_sources
*.c *.h
hash/*.c hash/*.h
${CMAKE_CURRENT_SOURCE_DIR}/include/fx/*.h)
set(namespace_sources ${namespace_sources} PARENT_SCOPE)
set(source_dirs hash)
export_fx_namespace_details(fx)