Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coeurl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
coeurl
Commits
8ba08819
Commit
8ba08819
authored
3 years ago
by
Joe Donofry
Browse files
Options
Downloads
Patches
Plain Diff
Fix win32 compiler definitions
parent
41d31d27
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Fix things for windows builds
Pipeline
#1330
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
8ba08819
...
...
@@ -84,7 +84,7 @@ find_package(spdlog 1.0.0 CONFIG REQUIRED)
target_link_libraries
(
coeurl PUBLIC spdlog::spdlog
)
IF
(
MSVC
)
add_compile_definitions
(
-D
NOMINMAX
-D
WIN32_LEAN_AND_MEAN
)
add_compile_definitions
(
NOMINMAX WIN32_LEAN_AND_MEAN
)
target_link_libraries
(
coeurl PUBLIC wsock32 ws2_32
)
target_link_libraries
(
coeurl PUBLIC iphlpapi
)
ENDIF
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment