mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Adjusted CMakeLists.txt to allow #include <pinproc.h> to work.
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
* libpinproc
|
||||
*/
|
||||
|
||||
#include "../include/pinproc.h"
|
||||
#include "PRDevice.h"
|
||||
#include <pinproc.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "PRDevice.h"
|
||||
|
||||
#define MAX_TEXT (1024)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user