Commit c9ec403a authored by dickelbeck's avatar dickelbeck

layer widget work

parent 24a07f17
......@@ -226,3 +226,11 @@ install(TARGETS pcbnew
# This one gets made only when testing.
add_executable(specctra_test EXCLUDE_FROM_ALL specctra.cpp)
target_link_libraries(specctra_test common ${wxWidgets_LIBRARIES})
# This one gets made only when testing.
add_executable(layer_widget_test EXCLUDE_FROM_ALL
layer_panel_base.cpp
layer_widget.cpp
)
target_link_libraries(layer_widget_test ${wxWidgets_LIBRARIES})
This diff is collapsed.
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