commented out inclusion of unix and win32 'post process' source file inclusion as that is not intended to be part of the NORM library
parent
c738eea1a9
commit
4b3b9351d0
|
|
@ -74,13 +74,14 @@ list(APPEND COMMON_SOURCE_FILES
|
||||||
list(APPEND INCLUDE_DIRS ${CMAKE_CURRENT_LIST_DIR}/include )
|
list(APPEND INCLUDE_DIRS ${CMAKE_CURRENT_LIST_DIR}/include )
|
||||||
|
|
||||||
# Setup platform dependent libraries, defines, source file and compiler flags
|
# Setup platform dependent libraries, defines, source file and compiler flags
|
||||||
if(MSVC)
|
# (The "post processing" helper source is only needed for normApp build)
|
||||||
list(APPEND PLATFORM_LIBS Shell32)
|
#if(MSVC)
|
||||||
list(APPEND PLATFORM_DEFINITIONS _CONSOLE)
|
# list(APPEND PLATFORM_LIBS Shell32)
|
||||||
list(APPEND PLATFORM_SOURCE_FILES src/win32/win32PostProcess.cpp)
|
# list(APPEND PLATFORM_DEFINITIONS _CONSOLE)
|
||||||
elseif(UNIX)
|
# list(APPEND PLATFORM_SOURCE_FILES src/win32/win32PostProcess.cpp)
|
||||||
list(APPEND PLATFORM_SOURCE_FILES src/unix/unixPostProcess.cpp)
|
#elseif(UNIX)
|
||||||
endif()
|
# list(APPEND PLATFORM_SOURCE_FILES src/unix/unixPostProcess.cpp)
|
||||||
|
#endif()
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue