diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-02-16 14:21:13 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-02-16 14:21:13 +0100 |
| commit | e182c8bcd534e5496f502aacfcbe18877f0064d4 (patch) | |
| tree | d6d7df77a54d3a46a823b1dcfff9d9f5279fda3c /README.CMake.txt | |
| parent | a355c16971907bdb02199a1eb6d04ffad82c115f (diff) | |
Fix whitespace errors (no code changes)
- remove trailing whitespace
- convert tabs to spaces (configure.ac)
Diffstat (limited to 'README.CMake.txt')
| -rw-r--r-- | README.CMake.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.CMake.txt b/README.CMake.txt index 67ebc2e03..111c2cd1f 100644 --- a/README.CMake.txt +++ b/README.CMake.txt @@ -495,9 +495,9 @@ present with FLTK GUI programs for better portability. Once the package is found the CMake variable FLTK_INCLUDE_DIRS is defined which can be used to add the FLTK include directories to the definitions -used to compile your program using the `target_include_directories()` command. +used to compile your program using the `target_include_directories()` command. -The target_link_libraries() command is used to specify all necessary FLTK +The target_link_libraries() command is used to specify all necessary FLTK libraries. Thus, you may have to add fltk_images, fltk_gl, etc… Note: the variable FLTK_USE_FILE used to include another file in |
