Mercurial > minori
diff dep/animia/CMakeLists.txt @ 154:d43d68408d3c
dep/animia: fix XnuFdTools
also we use anitomy directly now.
HG Enter commit message. Lines beginning with 'HG:' are removed.
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 15 Nov 2023 14:14:17 -0500 |
parents | bd439dd6ffc5 |
children | d2bbb5773616 |
line wrap: on
line diff
--- a/dep/animia/CMakeLists.txt Wed Nov 15 13:28:18 2023 -0500 +++ b/dep/animia/CMakeLists.txt Wed Nov 15 14:14:17 2023 -0500 @@ -10,12 +10,13 @@ src/win.cc ) +# FD if(LINUX) list(APPEND SRC_FILES # linux src/fd/linux.cc ) -elseif(MACOSX) # this won't run on Linux +elseif(APPLE) # this won't run on Linux list(APPEND SRC_FILES # xnu stuff src/fd/xnu.cc @@ -27,6 +28,7 @@ ) endif() +# Windows if(WIN32) list(APPEND SRC_FILES src/win/win32.cc