Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
b24d47cf
Commit
b24d47cf
authored
Feb 13, 2010
by
Hugo Beauzee-Luyssen
Browse files
Fix linkage error in freebsd
parent
6bfa1c94
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
b24d47cf
...
...
@@ -224,11 +224,11 @@ ENDIF (WIN32)
IF
(
WITH_CRASHHANDLER_GUI
)
LIST
(
APPEND VLMC_SRCS Gui/widgets/CrashHandler.cpp
)
IF
(
UNIX
)
IF
(
CMAKE_SYSTEM_NAME STREQUAL
"Linux"
)
LIST
(
APPEND VLMC_SRCS Tools/UnixBacktraceGenerator.cpp
)
ELSE
IF
(
WIN32
)
ELSE
(
CMAKE_SYSTEM_NAME STREQUAL
"Linux"
)
LIST
(
APPEND VLMC_SRCS Tools/Win32BacktraceGenerator.cpp
)
ENDIF
(
UNIX
)
ENDIF
(
CMAKE_SYSTEM_NAME STREQUAL
"Linux"
)
LIST
(
APPEND VLMC_HDRS Gui/widgets/CrashHandler.h Tools/BacktraceGenerator.h
)
LIST
(
APPEND VLMC_UIS Gui/widgets/CrashHandler.ui
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment