Skip to content

Commit

Permalink
update file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith authored and Dan Smith committed Aug 8, 2022
1 parent bbdead7 commit 6a2d104
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion externals/nitro/modules/c++/nitf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,15 @@ coda_add_tests(
test_image_blocker.cpp
test_image_segment_blank_nm_compression.cpp
test_image_segment_computer.cpp
test_image_writer.cpp
test_nitf_buffer_list.cpp
test_tre_mods++.cpp
test_tre_create++.cpp
test_j2k_loading++.cpp
test_j2k_read_tile.cpp
test_j2k_compress_tile.cpp
test_j2k_compressed_byte_provider.cpp)
test_j2k_compressed_byte_provider.cpp
test_tre_read.cpp)

add_executable(show_nitf++ apps/show_nitf++.cpp)
target_link_libraries(show_nitf++ PRIVATE nitf-c++)
Expand Down
Empty file modified externals/nitro/modules/c++/nitf/tests/test_ref_counts.cpp
100644 → 100755
Empty file.
Empty file modified externals/nitro/modules/c/nitf/tests/verify/mem_sane.pl
100644 → 100755
Empty file.
Empty file modified externals/nitro/modules/c/nrt/tests/verify/mem_sane.pl
100644 → 100755
Empty file.
Empty file modified externals/nitro/modules/python/nitf/samples/nitf_extract.py
100644 → 100755
Empty file.
Empty file modified externals/nitro/modules/python/nitf/samples/nitf_print.py
100644 → 100755
Empty file.
Empty file modified externals/nitro/modules/python/nitf/samples/test_image.py
100644 → 100755
Empty file.
Empty file modified externals/nitro/modules/python/nitf/samples/test_make_nitf.py
100644 → 100755
Empty file.
Empty file modified externals/nitro/modules/python/nitf/samples/test_text_read.py
100644 → 100755
Empty file.
Empty file modified externals/nitro/sync_externals.csh
100644 → 100755
Empty file.
Empty file modified externals/nitro/waf
100644 → 100755
Empty file.

0 comments on commit 6a2d104

Please sign in to comment.