Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KOrganizer
Commits
2c1f717a
Commit
2c1f717a
authored
Apr 18, 2016
by
Laurent Montel
😁
Browse files
Move to toplevel
parent
a01b2290
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2c1f717a
project
(
korganizer
)
add_definitions
(
-DQT_NO_CAST_FROM_ASCII
)
add_definitions
(
-DQT_NO_CAST_TO_ASCII
)
add_subdirectory
(
src
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
endif
()
src/CMakeLists.txt
View file @
2c1f717a
...
...
@@ -325,6 +325,3 @@ install(PROGRAMS
${
CMAKE_CURRENT_BINARY_DIR
}
/ical2vcal
DESTINATION
${
KDE_INSTALL_BINDIR
}
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
endif
()
Write
Preview
Markdown
is supported
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