Improve unit testing directory structure
Separate Qt tests and gtest tests Add a basic shadow of the project structure Add a few simple tests to demonstrate usage
This commit is contained in:
@@ -290,7 +290,6 @@ if(FREECAD_USE_PCH)
|
||||
endif(FREECAD_USE_PCH)
|
||||
|
||||
add_library(FreeCADApp SHARED ${FreeCADApp_SRCS})
|
||||
|
||||
target_link_libraries(FreeCADApp ${FreeCADApp_LIBS})
|
||||
|
||||
add_dependencies(FreeCADApp fc_version)
|
||||
|
||||
Reference in New Issue
Block a user