projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41eb521
)
[CMAKE]
author
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 17 Sep 2010 22:19:48 +0000
(22:19 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 17 Sep 2010 22:19:48 +0000
(22:19 +0000)
- Export cdmake as a native tool.
svn path=/branches/cmake-bringup/; revision=48798
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
9506c64
..
8bd6a8a
100644
(file)
--- 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()