This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
w4kek
/
WSJT-X
Watch
1
Star
0
Fork
0
You've already forked WSJT-X
mirror of
https://github.com/saitohirga/WSJT-X.git
synced
2024-11-26 14:18:38 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a88772dd42
WSJT-X
/
sources.exclude
5 lines
40 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add exclusions file that controls published sources Add lines to the sources.exclude file to select paths and wildcards that will be excluded from source tarballs. See the tar --exclude-from=FILE option for syntax. If a source directory that is used to build targets is included then those targets should be defined in a CMakeLists.txt file in the same directory and the following syntax should be used in the parent CMakeLists.txt script to ensue the parent CMakeLists.txt file remains valid when the excluded directory is not present: if (EXITS ${CMAKE_SOURCE_DIR}/optional-source-dir AND IS_DIRECTORY ${CMAKE_SOURCE_DIR}/optional-source-dir) add_subdirectory (optional-source-dir) endif ()
2018-09-10 16:56:51 -04:00
.git
sources.exclude
samples
Add lib/fsk4hf to sources.exclude.
2018-09-13 20:04:07 -04:00
lib/fsk4hf
Reference in New Issue
Copy Permalink