We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30401b3 + cc3951a commit 9133467Copy full SHA for 9133467
CMakeLists.txt
@@ -0,0 +1,10 @@
1
+project(casbin)
2
+
3
+cmake_minimum_required(VERSION 3.16)
4
5
+set(CMAKE_CXX_STANDARD 11)
6
+set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)
7
8
+FILE(GLOB_RECURSE SC_FILES "casbin/*.cpp" "casbin/*.h")
9
10
+add_library(casbin ${SC_FILES})
0 commit comments