OpenCALTeam / opencal

OpenCAL, the Open Computing Abstraction Layer Domain Specific Language for Structured Grid Meshes
GNU Lesser General Public License v3.0
13 stars 1 forks source link

Fix cmake INSTALL rules #4

Closed knotman90 closed 8 years ago

knotman90 commented 9 years ago

use cmake install command in order to pt libraries, includes binaries and documentation in the right places!

usage

install(TARGETS test DESTINATION lib) install(FILES test.h DESTINATION include)

knotman90 commented 8 years ago

Fixed.