Organize source files in CMakeLists with source_group

This commit is contained in:
Mohammad Nejati
2024-11-23 06:20:00 +00:00
committed by Mohammad Nejati
parent 75e45287fb
commit 827ecf5e93
70 changed files with 285 additions and 816 deletions
+1
View File
@@ -86,6 +86,7 @@ else()
endif()
add_executable(main main.cpp)
source_group("" FILES main.cpp)
target_link_libraries(main Boost::beast)
enable_testing()