From: Vic Lee Date: Tue, 30 Aug 2011 08:00:09 +0000 (+0800) Subject: cmake: fix installation of all headers. X-Git-Tag: 1.0-beta1~217 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=559e610b8011dfef828d26b449cb6cfadc251d32;p=platform%2Fupstream%2Ffreerdp.git cmake: fix installation of all headers. --- diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 444d227..4633155 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -17,5 +17,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -file(GLOB HEADERS "freerdp/*.h") +file(GLOB HEADERS "freerdp/*") install_files(/include/freerdp FILES ${HEADERS})