Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Kart-Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Galactice
Kart-Public
Commits
d63ad82d
Commit
d63ad82d
authored
5 years ago
by
Eidolon
Browse files
Options
Downloads
Patches
Plain Diff
[cmake] Remove srb2dd target
parent
11f59119
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+0
-1
0 additions, 1 deletion
CMakeLists.txt
src/CMakeLists.txt
+1
-5
1 addition, 5 deletions
src/CMakeLists.txt
with
1 addition
and
6 deletions
CMakeLists.txt
+
0
−
1
View file @
d63ad82d
...
...
@@ -95,7 +95,6 @@ set(CMAKE_PDB_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
# Set EXE names so the assets CMakeLists can refer to its target
set
(
SRB2_SDL2_EXE_NAME srb2 CACHE STRING
"Executable binary output name"
)
set
(
SRB2_WIN_EXE_NAME srb2dd CACHE STRING
"Executable binary output name for DirectDraw build"
)
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
/src
)
...
...
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
1
−
5
View file @
d63ad82d
...
...
@@ -518,10 +518,6 @@ add_definitions(-DCMAKECONFIG)
add_subdirectory
(
sdl
)
if
(
${
CMAKE_SYSTEM
}
MATCHES Windows
)
add_subdirectory
(
win32
)
endif
()
if
(
NOT
${
SRB2_SDL2_AVAILABLE
}
AND NOT
${
SRB2_WIN32_AVAILABLE
}
)
if
(
NOT
${
SRB2_SDL2_AVAILABLE
}
)
message
(
FATAL_ERROR
"There are no targets available to build an SRB2 executable. :("
)
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