add tools directory, move container_test.cpp there on standby
This commit is contained in:
parent
94097a6b22
commit
7fd0f0cab5
|
@ -272,13 +272,10 @@ add_subdirectory(polygon/kbool/src)
|
||||||
add_subdirectory(potrace)
|
add_subdirectory(potrace)
|
||||||
add_subdirectory(bitmap2component)
|
add_subdirectory(bitmap2component)
|
||||||
add_subdirectory(pcb_calculator)
|
add_subdirectory(pcb_calculator)
|
||||||
|
#add_subdirectory(tools)
|
||||||
#add_subdirectory(new)
|
#add_subdirectory(new)
|
||||||
|
|
||||||
|
|
||||||
add_executable( container_test EXCLUDE_FROM_ALL container_test.cpp )
|
|
||||||
target_link_libraries( container_test common polygon bitmaps ${wxWidgets_LIBRARIES} )
|
|
||||||
|
|
||||||
|
|
||||||
#############
|
#############
|
||||||
# Resources #
|
# Resources #
|
||||||
#############
|
#############
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
add_executable( container_test EXCLUDE_FROM_ALL container_test.cpp )
|
||||||
|
target_link_libraries( container_test common polygon bitmaps ${wxWidgets_LIBRARIES} )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue