diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-16 16:35:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-16 16:35:20 +0200 |
commit | ba709f088f5a4718b7096003ab19083af4681155 (patch) | |
tree | e2eefecdcfcac5b4193e47d2dc9b7bc96c8ede2a /HAL-afb/HDA-intel | |
parent | 4ca8fd4015479fa758a789d137a693c30fec8cae (diff) | |
parent | b5e786d60f3fda609a7c66bcbf258137d08e040b (diff) |
Merge pull request #5 from tjahnk/create_hal_unicens
Introducing HAL MOST UNICENS
Diffstat (limited to 'HAL-afb/HDA-intel')
-rw-r--r-- | HAL-afb/HDA-intel/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/HAL-afb/HDA-intel/CMakeLists.txt b/HAL-afb/HDA-intel/CMakeLists.txt index 37e277b..94234b4 100644 --- a/HAL-afb/HDA-intel/CMakeLists.txt +++ b/HAL-afb/HDA-intel/CMakeLists.txt @@ -16,6 +16,7 @@ # limitations under the License. ########################################################################### +#[[ # Add target to project dependency list PROJECT_TARGET_ADD(hal-intel-hda) @@ -39,4 +40,5 @@ PROJECT_TARGET_ADD(hal-intel-hda) # installation directory INSTALL(TARGETS ${TARGET_NAME} - LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR})
\ No newline at end of file + LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR}) + ]]
\ No newline at end of file |