4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-05-07 23:19:42 +00:00

fix quasarApp

This commit is contained in:
Andrei Yankovich 2020-04-19 17:28:59 +03:00
parent 762f421db4
commit f138989588
2 changed files with 2 additions and 2 deletions

2
CMake

@ -1 +1 @@
Subproject commit 0607c96b6268279b89fc209a7d2ca8c1a4447678
Subproject commit a2777fb843884a255f6e783afe4084a3802322f5

@ -8,7 +8,7 @@
if(DEFINED QUASARAPP_LIBRARY)
return()
else()
set(QUASARAPP_LIBRARY 1)
set(QUASARAPP_LIBRARY ON CACHE BOOL "QUASARAPP_LIBRARY is includet" FORCE)
add_definitions(-DQUASARAPP_LIBRARY)
endif()