11 lines
281 B
Diff
11 lines
281 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 122fe93..738a099 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -485,3 +485,5 @@ OPTION(PA_BUILD_EXAMPLES "Include example projects" OFF)
|
|
IF(PA_BUILD_EXAMPLES)
|
|
SUBDIRS(examples)
|
|
ENDIF()
|
|
+
|
|
+add_subdirectory(bindings/cpp)
|