Skip to content

Comments

Support BSD/UNIX compilation targets#5

Open
EngineersBox wants to merge 4 commits intoLameguy64:masterfrom
EngineersBox:master
Open

Support BSD/UNIX compilation targets#5
EngineersBox wants to merge 4 commits intoLameguy64:masterfrom
EngineersBox:master

Conversation

@EngineersBox
Copy link

Currently, we expect type definitions to be present through windows.h for windows, however on BSD/UNIX systems, they are not available from here. Neither will they be visible through math.h or stdio.h.

To support BSD/UNIX systems, a simple switch is introduced to allow for inclusion of sys/types.h. Additionally, a CMake target is supplied for ease of building using PkgConfig to resolve dependencies.

EngineersBox and others added 4 commits December 27, 2023 10:53
Signed-off-by: EngineersBox <35655145+EngineersBox@users.noreply.github.com>
Signed-off-by: EngineersBox <35655145+EngineersBox@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant