Tidy up CMakeLists

This commit is contained in:
Vinnie Falco
2016-09-02 10:09:45 -04:00
parent e499743cdd
commit 104f12a9e2
16 changed files with 36 additions and 25 deletions

View File

@@ -1,11 +1,12 @@
# Part of Beast
GroupSources(extras/beast beast)
GroupSources(extras/beast extras)
GroupSources(include/beast beast)
GroupSources(test/core "/")
add_executable (core-tests
${BEAST_INCLUDES}
${EXTRAS_INCLUDES}
../../extras/beast/unit_test/main.cpp
buffer_test.hpp
async_completion.cpp
@@ -27,10 +28,10 @@ add_executable (core-tests
streambuf.cpp
to_string.cpp
write_dynabuf.cpp
detail/base64.cpp
detail/empty_base_optimization.cpp
detail/get_lowest_layer.cpp
detail/sha1.cpp
base64.cpp
empty_base_optimization.cpp
get_lowest_layer.cpp
sha1.cpp
)
if (NOT WIN32)