Skip to content
Snippets Groups Projects

Cmake refactoring was merged to main, merge back to devel also

Merged Mederic Fourmy requested to merge main into devel
2 files
+ 40
8
Compare changes
  • Side-by-side
  • Inline
Files
2
 
set(@PROJECT_NAME@_VERSION 0.0.1)
 
 
 
@PACKAGE_INIT@
 
 
 
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
 
 
check_required_components(@PROJECT_NAME@)
 
\ No newline at end of file
Loading