cmake: fix headers installation path

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2011-07-17 16:05:32 -03:00
parent 3f9a8521b8
commit b41e5419a1

View File

@ -18,4 +18,4 @@
# limitations under the License. # limitations under the License.
file(GLOB HEADERS "freerdp/*.h") file(GLOB HEADERS "freerdp/*.h")
install_files(/include/oshwcollect FILES ${HEADERS}) install_files(/include/freerdp FILES ${HEADERS})