dependency check
This commit is contained in:
@@ -101,6 +101,7 @@
|
|||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
glfw
|
glfw
|
||||||
|
glew
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
@@ -108,6 +109,7 @@
|
|||||||
modules/Window/src/*.cpp src/App.cpp \
|
modules/Window/src/*.cpp src/App.cpp \
|
||||||
-fpic -shared \
|
-fpic -shared \
|
||||||
-I src -I include \
|
-I src -I include \
|
||||||
|
-lGL -lglfw -lGLEW \
|
||||||
-o $name
|
-o $name
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user