mirror of
https://github.com/boostorg/beast.git
synced 2026-08-03 20:14:17 +02:00
Organize source files in CMakeLists with source_group
This commit is contained in:
committed by
Mohammad Nejati
parent
75e45287fb
commit
827ecf5e93
@@ -86,6 +86,7 @@ else()
|
||||
endif()
|
||||
|
||||
add_executable(main main.cpp)
|
||||
source_group("" FILES main.cpp)
|
||||
target_link_libraries(main Boost::beast)
|
||||
|
||||
enable_testing()
|
||||
|
||||
Reference in New Issue
Block a user