File tree Expand file tree Collapse file tree 3 files changed +23
-23
lines changed Expand file tree Collapse file tree 3 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1818# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
1919# SOFTWARE. 
2020
21- #  add_geode_binary(
22- #      SOURCE "geode-triangulate-brep.cpp"
23- #      DEPENDENCIES
24- #          absl::flags
25- #          absl::flags_parse
26- #          absl::flags_usage
27- #          ${PROJECT_NAME}::mesh
28- #          ${PROJECT_NAME}::model
29- #  )
30- #  add_geode_binary(
31- #      SOURCE "geode-triangulate-section.cpp"
32- #      DEPENDENCIES
33- #          absl::flags
34- #          absl::flags_parse
35- #          absl::flags_usage
36- #          ${PROJECT_NAME}::model
37- #  )
21+ add_geode_binary(
22+     SOURCE  "geode-triangulate-brep.cpp" 
23+     DEPENDENCIES
24+         absl::flags 
25+         absl::flags_parse
26+         absl::flags_usage
27+         ${PROJECT_NAME} ::mesh
28+         ${PROJECT_NAME} ::model
29+ )
30+ add_geode_binary(
31+     SOURCE  "geode-triangulate-section.cpp" 
32+     DEPENDENCIES
33+         absl::flags 
34+         absl::flags_parse
35+         absl::flags_usage
36+         ${PROJECT_NAME} ::model
37+ )
Original file line number Diff line number Diff line change 2121#------------------------------------------------------------------------------------------------ 
2222# Configure the OpenGeode libraries 
2323add_subdirectory (basic)
24- #  add_subdirectory(geometry)
25- #  add_subdirectory(mesh)
26- #  add_subdirectory(model)
24+ add_subdirectory (geometry)
25+ add_subdirectory (mesh)
26+ add_subdirectory (model)
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ configure_file(${test_common_file_in} ${test_common_file})
3434include_directories (${PROJECT_BINARY_DIR} )
3535
3636add_subdirectory (basic)
37- #  add_subdirectory(geometry)
38- #  add_subdirectory(mesh)
39- #  add_subdirectory(model)
37+ add_subdirectory (geometry)
38+ add_subdirectory (mesh)
39+ add_subdirectory (model)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments