From 6730fe41cec6721f173deb7f7bb091bbf47c9a1f Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 17 Sep 2010 22:19:48 +0000 Subject: [PATCH] [CMAKE] - Export cdmake as a native tool. svn path=/branches/cmake-bringup/; revision=48798 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9506c64778f..8bd6a8ad7b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ include_directories(${REACTOS_BINARY_DIR}/include) add_subdirectory(tools) add_subdirectory(lib) -export(TARGETS widl winebuild nci buildno gendib FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) +export(TARGETS widl winebuild nci buildno gendib cdmake FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) else()