Skip to content

Commit

Permalink
Amalgamate the sources
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Mar 7, 2024
1 parent fcb102f commit 5be6bb2
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 227 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ project(tmp LANGUAGES CXX)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
find_package(Filesystem REQUIRED)

add_library(${PROJECT_NAME} STATIC
lib/directory.cpp
lib/file.cpp
lib/path.cpp)
add_library(${PROJECT_NAME} STATIC src/tmp.cpp)

add_library(tmp::tmp ALIAS ${PROJECT_NAME})
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_17)
Expand Down
41 changes: 0 additions & 41 deletions lib/directory.cpp

This file was deleted.

80 changes: 0 additions & 80 deletions lib/file.cpp

This file was deleted.

102 changes: 0 additions & 102 deletions lib/path.cpp

This file was deleted.

Loading

0 comments on commit 5be6bb2

Please sign in to comment.