mirror of
https://github.com/mrfluffy-dev/fsorter.git
synced 2026-01-17 02:50:33 +00:00
added install to CmakeList.txt
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,3 +9,4 @@ settings.conf
|
||||
cmake_install.cmake
|
||||
CMakeCache.txt
|
||||
Makefile
|
||||
install_manifest.txt
|
||||
|
||||
@@ -4,3 +4,4 @@ project(fsorter)
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(fsorter main.cpp)
|
||||
install(TARGETS ${PROJECT_NAME} DESTINATION bin)
|
||||
|
||||
Reference in New Issue
Block a user