mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
[CMAKE]
- Export cdmake as a native tool. svn path=/branches/cmake-bringup/; revision=48798
This commit is contained in:
parent
41eb5217ba
commit
6730fe41ce
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue