소스 검색

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