Open
Conversation
dawidbil
reviewed
Aug 27, 2020
| ## Exercise | ||
|
|
||
| Napisz prosty CMakeLists.txt dla programu z katalogu `greeter`, zbuduj go za pomocą `cmake` i uruchom. | ||
| Write simple CMakeLists.txt for program from `greeter` directory, build it with `cmake` and run. |
Contributor
There was a problem hiding this comment.
Suggested change
| Write simple CMakeLists.txt for program from `greeter` directory, build it with `cmake` and run. | |
| Write simple CMakeLists.txt for program from `greeter` directory, build it with `cmake` and run it. |
| <!-- .element: class="fragment fade-in" --> | ||
|
|
||
| Możemy za to bez większych problemów wykorzystać zmienną `${PROJECT_NAME}`. Zawiera ona nazwę projektu zdefiniowaną przez komendę `project()` | ||
| We can use the `$ {PROJECT_NAME}` variable without any problems. It contains the project name defined by the `project ()` command |
Contributor
There was a problem hiding this comment.
Suggested change
| We can use the `$ {PROJECT_NAME}` variable without any problems. It contains the project name defined by the `project ()` command | |
| However, we can use the `$ {PROJECT_NAME}` variable without any problems. It contains the project name defined by the `project()` command |
module1/index.pl.html
Outdated
| data-separator-notes="^Note:"> | ||
| </section> | ||
| <section data-markdown="presentation_cmake.md" | ||
| <section data-markdown="02_presentation_cmake.pl.md" |
Contributor
There was a problem hiding this comment.
Suggested change
| <section data-markdown="02_presentation_cmake.pl.md" | |
| <section data-markdown="02_cmake.pl.md" |
Co-authored-by: MrMijagi <45121219+MrMijagi@users.noreply.github.com>
Co-authored-by: MrMijagi <45121219+MrMijagi@users.noreply.github.com>
Co-authored-by: MrMijagi <45121219+MrMijagi@users.noreply.github.com>
Co-authored-by: MrMijagi <45121219+MrMijagi@users.noreply.github.com>
Co-authored-by: MrMijagi <45121219+MrMijagi@users.noreply.github.com>
Co-authored-by: MrMijagi <45121219+MrMijagi@users.noreply.github.com>
Co-authored-by: MrMijagi <45121219+MrMijagi@users.noreply.github.com>
dawidbil
reviewed
Aug 28, 2020
Contributor
dawidbil
left a comment
There was a problem hiding this comment.
Wygląda na to, że tylko w index.en.html są złe nazwy, reszta jest ok 🙂
Co-authored-by: MrMijagi <45121219+MrMijagi@users.noreply.github.com>
Co-authored-by: MrMijagi <45121219+MrMijagi@users.noreply.github.com>
Co-authored-by: MrMijagi <45121219+MrMijagi@users.noreply.github.com>
PaSawi
pushed a commit
to PaSawi/cmake
that referenced
this pull request
Mar 24, 2023
Fix for travis and cmake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.