Переглянути джерело

move ua_config.h.in into the include dir

Julius Pfrommer 9 роки тому
батько
коміт
d953635ca2
2 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      CMakeLists.txt
  2. 0 0
      include/ua_config.h.in

+ 1 - 1
CMakeLists.txt

@@ -141,7 +141,7 @@ if(ENABLE_EXTERNAL_NAMESPACES)
 endif()
 
 ## set the precompiler flags
-configure_file("src/ua_config.h.in" "${PROJECT_BINARY_DIR}/src_generated/ua_config.h")
+configure_file("include/ua_config.h.in" "${PROJECT_BINARY_DIR}/src_generated/ua_config.h")
 
 ## extensions
 option(EXTENSION_UDP "Enable udp extension" OFF)

src/ua_config.h.in → include/ua_config.h.in