Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
cmake_minimum_required(VERSION 3.6)


# Global properties
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

add_compile_definitions("PACKAGE=cppserver")
add_compile_definitions("PACKAGE_VERSION=1")

# Project name
project(cppserver)

Expand Down
1 change: 1 addition & 0 deletions modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ include("Catch2.cmake")
include("cpp-optparse.cmake")
include("CppBenchmark.cmake")
include("CppCommon.cmake")