Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
21bac165
Commit
21bac165
authored
Jul 14, 2005
by
Andy Cedilnik
Browse files
ENH: add an install target for WXDialog
parent
44b54d2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/WXDialog/CMakeLists.txt
View file @
21bac165
...
...
@@ -74,7 +74,7 @@ IF(WXWIDGETS_FOUND)
ELSE
(
APPLE
)
ADD_EXECUTABLE
(
WXDialog WIN32
${
CMAKE_SRCS
}
)
ENDIF
(
APPLE
)
INSTALL_TARGETS
(
/bin WXDialog
)
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_WX_CXX_FLAGS
}
"
)
SET
(
CMAKE_CXX_FLAGS_DEBUG
"
${
CMAKE_CXX_FLAGS_DEBUG
}
-D__WXDEBUG__ -DWXDEBUG=1"
)
...
...
Write
Preview
Supports
Markdown
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