Skip to content

Commit

Permalink
Trying a whole load of variations
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Nov 2, 2017
1 parent 5fa1114 commit 2ece222
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ add_library(
target_compile_options( cocoa-qt-glue PUBLIC "-F .")

SET(CMAKE_CXX_FLAGS "-F ../3rdparty/sparkle")
SET(CMAKE_CXX_FLAGS "-F../3rdparty/sparkle")
SET(CMAKE_CXX_FLAGS "-F ../sparkle")
SET(CMAKE_CXX_FLAGS "-F../sparkle")
SET(CMAKE_CXX_FLAGS "-F ${CMAKE_CURRENT_SOURCE_DIR}/../sparkle")
SET(CMAKE_CXX_FLAGS "-F${CMAKE_CURRENT_SOURCE_DIR}/../sparkle")

set(CMAKE_VERBOSE_MAKEFILE ON)

target_link_libraries( cocoa-qt-glue
Expand Down

0 comments on commit 2ece222

Please sign in to comment.