diff --git a/examples/knxPython/CMakeLists.txt b/examples/knxPython/CMakeLists.txt index 33b304a..5cfa76d 100644 --- a/examples/knxPython/CMakeLists.txt +++ b/examples/knxPython/CMakeLists.txt @@ -2,7 +2,7 @@ #Note: VisualGDB will automatically update this file when you add new sources to the project. cmake_minimum_required(VERSION 2.7) -#project(knx) +project(knx) add_subdirectory(pybind11)