greenduck
Results
2
issues of
greenduck
The purpose of this PR is to enable using cJSON in the kernel space, in particular Linux kernel. This requirement has 3 consequences: - no floating point numbers - Linux-specific...
If I use `add_executable()` it automatically "knows" where to find every h-file. However, `add_library()` with the same source files (except for main.cpp) requires adding `target_include_directories()` with the locations of all...