Skip to content

Commit

Permalink
Extract Tool trn-artchk to subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 19, 2024
1 parent c6480c9 commit 48a54b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ endif()

set_property(GLOBAL PROPERTY USE_FOLDERS ON)

add_executable(trn-artchk trn-artchk.cpp)
target_include_directories(trn-artchk PRIVATE libtrn)
target_link_libraries(trn-artchk PUBLIC nntp tool)
set_property(TARGET trn-artchk PROPERTY FOLDER Tools)

set(trn_text_files
HACKERSGUIDE.txt
INIT.txt
Expand All @@ -44,6 +39,7 @@ add_subdirectory(nntp)
add_subdirectory(nntplist)
add_subdirectory(parsedate)
add_subdirectory(tool)
add_subdirectory(trn-artchk)
add_subdirectory(util)
if(BUILD_TESTING)
add_subdirectory(tests)
Expand Down
4 changes: 4 additions & 0 deletions trn-artchk/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
add_executable(trn-artchk trn-artchk.cpp)
target_include_directories(trn-artchk PRIVATE ../libtrn)
target_link_libraries(trn-artchk PUBLIC nntp tool)
set_property(TARGET trn-artchk PROPERTY FOLDER Tools)
File renamed without changes.

0 comments on commit 48a54b1

Please sign in to comment.