rdbo / libmem

Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
784 stars 91 forks source link

CMake: all single arguments should be between strings #63

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

Sometimes in the CMakeLists.txt, the variables are around quotes. Sometimes they aren't. This should change: all variables should be around strings, like in shell (although CMake does not evaluate variables the same way, I would prefer to standardize it like that).

rdbo commented 1 year ago

This is not necessary. CMake uses a semicolon to indicate multiple elements in a variable, not spaces.