mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
CMake flags to support Linux
This commit is contained in:
parent
6f57f45b02
commit
2341266936
1 changed files with 3 additions and 2 deletions
|
|
@ -3,11 +3,12 @@ cmake_minimum_required(VERSION 3.0.0)
|
|||
project(pgAdmin3 VERSION 1.26.0)
|
||||
include_directories(. include include/libssh2
|
||||
)
|
||||
add_compile_definitions(WX_PRECOMP)
|
||||
if(UNIX)
|
||||
add_compile_definitions(NO_WXJSON_GIT)
|
||||
endif()
|
||||
add_compile_definitions(WX_PRECOMP)
|
||||
add_compile_definitions(wxUSE_UNICODE)
|
||||
add_compile_definitions(EMBED_XRC)
|
||||
#add_compile_definitions(EMBED_XRC)
|
||||
add_compile_options(-Wno-narrowing
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue