Ensure UNIX gets definitions sent by subfolders in CMake scripts.

This commit is contained in:
2021-05-20 16:35:13 +01:00
parent d44245164a
commit f87c7acd9f

View File

@@ -108,6 +108,9 @@ add_subdirectory(darwin)
add_subdirectory(linux)
add_subdirectory(bsd)
# Needed to pass upper level definitions back down
add_sub_definitions()
# Even if empty it needs to be present
add_sub_libraries()