mirror of
https://github.com/overte-org/overte.git
synced 2025-07-16 08:36:41 +02:00
Fix formatting issues in cmake file
This commit is contained in:
parent
10d3bdde74
commit
16b6c6305b
1 changed files with 8 additions and 9 deletions
|
@ -31,7 +31,6 @@ macro(TARGET_POLYVOX)
|
||||||
foreach(_lib ${_PV_LIBRARIES})
|
foreach(_lib ${_PV_LIBRARIES})
|
||||||
list(APPEND _LIB_GLOBS ${_lib}*)
|
list(APPEND _LIB_GLOBS ${_lib}*)
|
||||||
endforeach()
|
endforeach()
|
||||||
message("_LIB_GLOBS=" ${_LIB_GLOBS})
|
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
TARGET ${TARGET_NAME}
|
TARGET ${TARGET_NAME}
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
|
|
Loading…
Reference in a new issue