diff --git a/CMakeLists.txt b/CMakeLists.txt index 4480a1a..fbe3bab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,8 @@ add_definitions(${PROJECT_CXX_FLAGS}) # must complete definition of expression lib before configuring examples add_subdirectory(src/gc) add_subdirectory(utest) -#xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets) + +xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets) # ---------------------------------------------------------------- # docs targets depend on other library/utest/exec targets above, diff --git a/cmake/xo-gcConfig.cmake.in b/cmake/xo_gcConfig.cmake.in similarity index 100% rename from cmake/xo-gcConfig.cmake.in rename to cmake/xo_gcConfig.cmake.in