mirror of
https://github.com/QuasarApp/DocsSite.git
synced 2025-04-26 20:14:32 +00:00
fix wasm
This commit is contained in:
parent
e587812c9f
commit
5a6d97ffb1
@ -7,7 +7,11 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set(BUILD_SHARED_LIBS ON)
|
||||
|
||||
include(Site/QuasarAppLib/CMake/ccache.cmake)
|
||||
include(Site/QuasarAppLib/CMake/crossplatform/crossplatform.cmake)
|
||||
|
||||
# Add sub directories
|
||||
add_subdirectory(Site)
|
||||
|
||||
|
@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
include(../../Site/QuasarAppLib/CMake/ccache.cmake)
|
||||
# Add sub directories
|
||||
project(BaseFront LANGUAGES CXX)
|
||||
project(BaseFront)
|
||||
if(TARGET ${PROJECT_NAME})
|
||||
message("The ${PROJECT_NAME} arledy included in main Project")
|
||||
return()
|
||||
|
@ -28,7 +28,7 @@ file(GLOB SOURCE_CPP
|
||||
|
||||
)
|
||||
|
||||
add_library(${CURRENT_PROJECT} SHARED ${SOURCE_CPP})
|
||||
add_library(${CURRENT_PROJECT} ${SOURCE_CPP})
|
||||
|
||||
target_link_libraries(${CURRENT_PROJECT} PRIVATE Qt5::Core Qt5::Quick QuasarApp )
|
||||
target_include_directories(${CURRENT_PROJECT} PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||
|
@ -7,12 +7,13 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project(Site LANGUAGES CXX)
|
||||
project(Site)
|
||||
if(TARGET ${PROJECT_NAME})
|
||||
message("The ${PROJECT_NAME} arledy included in main Project")
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
||||
add_subdirectory(QuasarAppLib)
|
||||
add_subdirectory(ViewSolutions)
|
||||
add_subdirectory(BaseFront)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit bb6ced3b798d2b7ad11b0563b387cebd51d9c436
|
||||
Subproject commit fec2b1d13b4b80aeda0d64ca9760e044fd878535
|
Loading…
x
Reference in New Issue
Block a user