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
fff26658
Commit
fff26658
authored
May 04, 2019
by
Wieland Morgenstern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kernel32 package not required for windows build of r8b
parent
8b3ba479
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
CMakeLists.txt
cmake/r8b/CMakeLists.txt
+0
-4
No files found.
cmake/r8b/CMakeLists.txt
View file @
fff26658
...
@@ -27,10 +27,6 @@ if(LINUX OR APPLE)
...
@@ -27,10 +27,6 @@ if(LINUX OR APPLE)
find_package
(
Threads REQUIRED
)
find_package
(
Threads REQUIRED
)
endif
(
LINUX OR APPLE
)
endif
(
LINUX OR APPLE
)
if
(
WINDOWS
)
find_package
(
Kernel32 REQUIRED
)
endif
(
WINDOWS
)
set
(
R8B_SOURCES
set
(
R8B_SOURCES
r8bbase.cpp
)
r8bbase.cpp
)
...
...
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