1
0
mirror of https://github.com/pdewacht/brlaser synced 2025-07-21 08:09:46 +02:00

CMake conversion

This commit is contained in:
Peter De Wachter
2017-10-30 21:39:24 +01:00
parent d25ba26132
commit 6e9793833f
13 changed files with 120 additions and 1034 deletions

View File

@ -19,7 +19,7 @@
#include <stdint.h>
#include <vector>
#include "tempfile.h"
#include "src/block.h"
#include "../src/block.h"
typedef std::vector<uint8_t> vec;

View File

@ -19,7 +19,7 @@
#include <assert.h>
#include <stdint.h>
#include <vector>
#include "src/line.h"
#include "../src/line.h"
typedef std::vector<uint8_t> vec;