Explorar o código

move ua_config.h.in into the include dir

Julius Pfrommer %!s(int64=9) %!d(string=hai) anos
pai
achega
d953635ca2
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  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