Removed extra CMakeLists and moved internal files to src folder
This commit is contained in:
parent
48bcf8c313
commit
0d0f1b3aa0
@ -1,4 +0,0 @@
|
|||||||
target_sources(xoverlay PRIVATE
|
|
||||||
"${CMAKE_CURRENT_LIST_DIR}/xoverlay.h")
|
|
||||||
|
|
||||||
add_subdirectory(internal)
|
|
@ -1,2 +0,0 @@
|
|||||||
target_sources(xoverlay PRIVATE
|
|
||||||
"${CMAKE_CURRENT_LIST_DIR}/drawglx.h")
|
|
@ -1,3 +0,0 @@
|
|||||||
target_sources(xoverlay PRIVATE
|
|
||||||
"${CMAKE_CURRENT_LIST_DIR}/drawglx.c"
|
|
||||||
"${CMAKE_CURRENT_LIST_DIR}/xoverlay.c")
|
|
@ -5,11 +5,7 @@
|
|||||||
* Author: nullifiedcat
|
* Author: nullifiedcat
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "internal/drawglx.h"
|
#include "drawglx.h"
|
||||||
|
|
||||||
#include <GL/gl.h>
|
|
||||||
#include <GL/glew.h>
|
|
||||||
#include <GL/glx.h>
|
|
||||||
|
|
||||||
#include <X11/extensions/Xfixes.h>
|
#include <X11/extensions/Xfixes.h>
|
||||||
#include <X11/extensions/shape.h>
|
#include <X11/extensions/shape.h>
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <GL/gl.h>
|
|
||||||
#include <GL/glew.h>
|
#include <GL/glew.h>
|
||||||
|
#include <GL/gl.h>
|
||||||
#include <GL/glx.h>
|
#include <GL/glx.h>
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
@ -5,7 +5,7 @@
|
|||||||
* Author: nullifiedcat
|
* Author: nullifiedcat
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "internal/drawglx.h"
|
#include "drawglx.h"
|
||||||
|
|
||||||
#include <GL/glx.h>
|
#include <GL/glx.h>
|
||||||
#include <X11/extensions/Xfixes.h>
|
#include <X11/extensions/Xfixes.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user