Commit 374f9f5d authored by dickelbeck's avatar dickelbeck

cleanup, comment

parent 58a05afb
...@@ -188,7 +188,7 @@ if(APPLE) ...@@ -188,7 +188,7 @@ if(APPLE)
set(MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist) set(MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
endif(APPLE) endif(APPLE)
# Create a C++ compilable string initializer containing html text into a *.h file:
add_custom_command( add_custom_command(
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/dialog_freeroute_exchange_help_html.h OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/dialog_freeroute_exchange_help_html.h
COMMAND $(CMAKE_COMMAND) COMMAND $(CMAKE_COMMAND)
...@@ -200,9 +200,10 @@ add_custom_command( ...@@ -200,9 +200,10 @@ add_custom_command(
from ${CMAKE_CURRENT_SOURCE_DIR}/dialog_freeroute_exchange_help.html" from ${CMAKE_CURRENT_SOURCE_DIR}/dialog_freeroute_exchange_help.html"
) )
#add_dependencies( dialog_freeroute_exchange.cpp ${CMAKE_CURRENT_SOURCE_DIR}/dialog_freeroute_exchange_help_html.h ) set_source_files_properties( dialog_freeroute_exchange.cpp
PROPERTIES
set_source_files_properties( dialog_freeroute_exchange.cpp PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/dialog_freeroute_exchange_help_html.h ) OBJECT_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/dialog_freeroute_exchange_help_html.h
)
add_executable(pcbnew WIN32 MACOSX_BUNDLE ${PCBNEW_SRCS} add_executable(pcbnew WIN32 MACOSX_BUNDLE ${PCBNEW_SRCS}
${PCBNEW_EXTRA_SRCS} ${PCBNEW_EXTRA_SRCS}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment