mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Remove Qt dependency from scribe
This commit is contained in:
parent
6092f1503e
commit
a578e64416
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
set(TARGET_NAME scribe)
|
||||
|
||||
setup_hifi_project()
|
||||
# don't use the setup_hifi_project macro as we don't want Qt or GLM dependencies
|
||||
file(GLOB TARGET_SRCS src/*)
|
||||
add_executable(${TARGET_NAME} ${TARGET_SRCS})
|
||||
if (WIN32)
|
||||
set_property(TARGET ${TARGET_NAME} APPEND_STRING PROPERTY LINK_FLAGS_DEBUG "/OPT:NOREF /OPT:NOICF")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue