CMake: Specify LINKER_LANGUAGE for libgnu target to fix Ninja Generator.
commit506d03127a8565442b028ec991e1578124fd3025
authorJia Tan <jiat0218@gmail.com>
Fri, 29 Sep 2023 11:58:44 +0000 (29 19:58 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 29 Sep 2023 11:58:44 +0000 (29 19:58 +0800)
tree58dedaf79bcd07a39622e63d2f8a803ca296e4f7
parent0570308ddd9c0e39e85597ebc0e31d4fc81d436f
CMake: Specify LINKER_LANGUAGE for libgnu target to fix Ninja Generator.

CMake is unable to guess the linker language for just a header file so
it must be explicitly set.
CMakeLists.txt