* We don't need to set these includes here.

svn path=/trunk/; revision=62046
This commit is contained in:
Amine Khaldi 2014-02-08 17:18:23 +00:00
parent 0d8baf4ad3
commit 8d228b4059

View file

@ -17,10 +17,6 @@ list(APPEND SOURCE
winmain.c
rapps.rc)
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${REACTOS_BINARY_DIR}/include/reactos)
add_executable(rapps ${SOURCE})
add_pch(rapps rapps.h)
set_module_type(rapps win32gui UNICODE)