Update CMakeLists.txt to use Sourcefiles
This establishes (near) parity of source code file lists between the Makefile and CMakeLists.txt To make that change I messed around CMakeLists.txt a bit. It now uses target_sources and target_compile_definitions. I also removed some MSVC stuff since we don't actually care about MSVC--it made things easier. CMake minimum version 3.0 -> 3.13 for target_sources.
parent
3d7205d4
No related branches found
No related tags found
Showing
- CMakeLists.txt 9 additions, 8 deletionsCMakeLists.txt
- src/CMakeLists.txt 21 additions, 362 deletionssrc/CMakeLists.txt
- src/blua/CMakeLists.txt 1 addition, 0 deletionssrc/blua/CMakeLists.txt
- src/hardware/CMakeLists.txt 1 addition, 0 deletionssrc/hardware/CMakeLists.txt
- src/sdl/CMakeLists.txt 15 additions, 121 deletionssrc/sdl/CMakeLists.txt
Loading
Please register or sign in to comment