Changeset 19402 for trunk/FACT++


Ignore:
Timestamp:
11/15/18 16:15:47 (6 years ago)
Author:
tbretz
Message:
Seems to be better located here... (behind something else, although I am not sure what 'something' is in this context)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/CMakeLists.txt

    r19398 r19402  
    6767# ********* Requirements **********
    6868# *********************************
    69 
    70 # Inlclude the main source AND build dir itself
    71 SET(CMAKE_INCLUDE_CURRENT_DIR ON)
    72 SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
    7369
    7470# =========== pkg-config ============
     
    320316
    321317# -------------------------------------------------------
     318# Inlclude the main source AND build dir itself
     319SET(CMAKE_INCLUDE_CURRENT_DIR ON)
     320SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
    322321
    323322INCLUDE_DIRECTORIES(pal)
Note: See TracChangeset for help on using the changeset viewer.