Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
stitchEm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Franco (nextime) Lanza
stitchEm
Commits
6179a130
Commit
6179a130
authored
May 05, 2019
by
Wieland Morgenstern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glfw3 - doesn't work
parent
24a653be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
BUILD.md
doc/BUILD.md
+4
-0
CMakeLists.txt
lib/samples/sample-02-fullCmd/CMakeLists.txt
+1
-1
No files found.
doc/BUILD.md
View file @
6179a130
...
@@ -18,6 +18,10 @@ Using ccache to speed up recompilation is recommended, but not required, on Linu
...
@@ -18,6 +18,10 @@ Using ccache to speed up recompilation is recommended, but not required, on Linu
- choco install winflexbison3 -y
- choco install winflexbison3 -y
# TODO doesn't work - mscv10/12 only - msvc version mismatch?
- choco install glfw3 -y
# Install conan package manager?
# Install conan package manager?
- choco install conan -y
- choco install conan -y
...
...
lib/samples/sample-02-fullCmd/CMakeLists.txt
View file @
6179a130
...
@@ -16,7 +16,7 @@ elseif(APPLE)
...
@@ -16,7 +16,7 @@ elseif(APPLE)
target_include_directories
(
${
CMD_NAME
}
PRIVATE /usr/local/include
)
target_include_directories
(
${
CMD_NAME
}
PRIVATE /usr/local/include
)
endif
()
endif
()
elseif
(
WINDOWS
)
elseif
(
WINDOWS
)
find_library
(
GLFW glfw3 HINTS
"
${
CMAKE_EXTERNAL_LIB
}
/glfw"
REQUIRED
NO_DEFAULT_PATH
)
find_library
(
GLFW glfw3 HINTS
"
${
CMAKE_EXTERNAL_LIB
}
/glfw"
REQUIRED
)
endif
()
endif
()
target_include_directories
(
${
CMD_NAME
}
PRIVATE
"
${
CMAKE_EXTERNAL_DEPS
}
/include"
)
target_include_directories
(
${
CMD_NAME
}
PRIVATE
"
${
CMAKE_EXTERNAL_DEPS
}
/include"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment