mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove cmake debug code
This commit is contained in:
parent
5cf936f132
commit
9bead94fae
2 changed files with 0 additions and 4 deletions
|
@ -8,6 +8,4 @@ set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
|||
# link in the shared libraries
|
||||
link_hifi_libraries(render-utils gpu shared)
|
||||
|
||||
message(${PROJECT_BINARY_DIR})
|
||||
|
||||
copy_dlls_beside_windows_executable()
|
||||
|
|
|
@ -17,6 +17,4 @@ include_directories("${PROJECT_BINARY_DIR}/../../libraries/render-utils/")
|
|||
include_directories("${PROJECT_BINARY_DIR}/../../libraries/entities-renderer/")
|
||||
include_directories("${PROJECT_BINARY_DIR}/../../libraries/model/")
|
||||
|
||||
message(${PROJECT_BINARY_DIR})
|
||||
|
||||
copy_dlls_beside_windows_executable()
|
||||
|
|
Loading…
Reference in a new issue