Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
51606127
Commit
51606127
authored
11 years ago
by
Richard Linden
Browse files
Options
Downloads
Patches
Plain Diff
fixed unit tests being generated as Windows GUI projects instead of console projects
parent
217a8533
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/cmake/LLAddBuildTest.cmake
+1
-1
1 addition, 1 deletion
indra/cmake/LLAddBuildTest.cmake
indra/llcorehttp/CMakeLists.txt
+1
-1
1 addition, 1 deletion
indra/llcorehttp/CMakeLists.txt
with
2 additions
and
2 deletions
indra/cmake/LLAddBuildTest.cmake
+
1
−
1
View file @
51606127
...
@@ -211,7 +211,7 @@ FUNCTION(LL_ADD_INTEGRATION_TEST
...
@@ -211,7 +211,7 @@ FUNCTION(LL_ADD_INTEGRATION_TEST
if
(
WINDOWS
)
if
(
WINDOWS
)
SET_TARGET_PROPERTIES
(
INTEGRATION_TEST_
${
testname
}
SET_TARGET_PROPERTIES
(
INTEGRATION_TEST_
${
testname
}
PROPERTIES
PROPERTIES
LINK_FLAGS
"/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:
WINDOWS
"
LINK_FLAGS
"/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:
CONSOLE
"
LINK_FLAGS_DEBUG
"/NODEFAULTLIB:
\"
LIBCMT;LIBCMTD;MSVCRT
\"
/INCREMENTAL:NO"
LINK_FLAGS_DEBUG
"/NODEFAULTLIB:
\"
LIBCMT;LIBCMTD;MSVCRT
\"
/INCREMENTAL:NO"
LINK_FLAGS_RELEASE
""
LINK_FLAGS_RELEASE
""
)
)
...
...
This diff is collapsed.
Click to expand it.
indra/llcorehttp/CMakeLists.txt
+
1
−
1
View file @
51606127
...
@@ -174,7 +174,7 @@ if (LL_TESTS)
...
@@ -174,7 +174,7 @@ if (LL_TESTS)
# The following come from LLAddBuildTest.cmake's INTEGRATION_TEST_xxxx target.
# The following come from LLAddBuildTest.cmake's INTEGRATION_TEST_xxxx target.
set_target_properties
(
http_texture_load
set_target_properties
(
http_texture_load
PROPERTIES
PROPERTIES
LINK_FLAGS
"/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:
WINDOWS
${
TCMALLOC_LINK_FLAGS
}
"
LINK_FLAGS
"/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:
CONSOLE
${
TCMALLOC_LINK_FLAGS
}
"
LINK_FLAGS_DEBUG
"/NODEFAULTLIB:
\"
LIBCMT;LIBCMTD;MSVCRT
\"
/INCREMENTAL:NO"
LINK_FLAGS_DEBUG
"/NODEFAULTLIB:
\"
LIBCMT;LIBCMTD;MSVCRT
\"
/INCREMENTAL:NO"
LINK_FLAGS_RELEASE
""
LINK_FLAGS_RELEASE
""
)
)
...
...
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